mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-04-27 18:54:56 +02:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function getFullDataPath(path) {
|
|
return '/data/' + path;
|
|
}
|