10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-11-05 13:43:56 +01:00
QUESTDB_website/content/scripts/getFullDataPath.js

4 lines
60 B
JavaScript
Raw Normal View History

2019-08-28 11:59:18 +02:00
function getFullDataPath(path) {
return 'data/' + path;
}