This commit is contained in:
2020-06-01 17:46:53 +00:00
parent 430efb7102
commit 84ec09a2b2
6 changed files with 33 additions and 12 deletions

View File

@@ -272,6 +272,13 @@ export default {
return window.$gz.store.state.apiUrl + apiPath;
},
/////////////////////////////
// Just the server itself
// used by profiler etc
//
ServerBaseUrl() {
return window.$gz.store.state.helpUrl.replace("/docs/", "/");
},
/////////////////////////////
// backup file download URL
//
backupDownloadUrl(fileName) {