mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-05 13:43:56 +01:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function getFullDataPath(path) {
|
|
return '/data/' + path;
|
|
}
|