10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2025-03-14 12:46:48 +01:00
QUESTDB_website/static/scripts/getFullDataPath.js

4 lines
61 B
JavaScript

function getFullDataPath(path) {
return '/data/' + path;
}