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