10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-04 10:26:06 +02:00
QUESTDB_website/static/js/getFullDataPath.js

4 lines
61 B
JavaScript
Raw Normal View History

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