10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Fix websiteFile to use absolute path

This commit is contained in:
Mickaël Véril 2019-09-30 10:53:02 +02:00
parent bba2402c51
commit 7ac3912c44

View File

@ -3,6 +3,6 @@ class websiteFile{
this.path=path
}
get viewerUrl(){
return String.raw`view?dataFile=${this.path}`
return String.raw`/view?dataFile=${this.path}`
}
}