10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-24 03:37:49 +02:00
QUESTDB_website/static/scripts/websiteFile.js

8 lines
137 B
JavaScript
Raw Normal View History

2019-09-30 09:53:07 +02:00
class websiteFile{
constructor(path){
this.path=path
}
get viewerUrl(){
return String.raw`view?dataFile=${this.path}`
}
}