This commit is contained in:
2020-02-12 23:18:07 +00:00
parent a0da3207e4
commit 362e48c59e
2 changed files with 17 additions and 17 deletions

View File

@@ -284,6 +284,7 @@ export default {
// GET DATA FROM API SERVER
//
get(route) {
console.log("gzapi::get(" + route + ")");
var that = this;
return new Promise(function getDataFromServer(resolve, reject) {
fetch(that.APIUrl(route), that.fetchGetOptions())