10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-04 02:16:11 +02: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;
}