mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 22:03:49 +01:00
Fix websiteFile to use absolute path
This commit is contained in:
parent
bba2402c51
commit
7ac3912c44
@ -3,6 +3,6 @@ class websiteFile{
|
|||||||
this.path=path
|
this.path=path
|
||||||
}
|
}
|
||||||
get viewerUrl(){
|
get viewerUrl(){
|
||||||
return String.raw`view?dataFile=${this.path}`
|
return String.raw`/view?dataFile=${this.path}`
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user