10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00
QUESTDB_website/scripts/getFullDataPath.js

4 lines
60 B
JavaScript

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