This commit is contained in:
2020-02-12 23:31:42 +00:00
parent 362e48c59e
commit 3edb54e568
3 changed files with 49 additions and 32 deletions

View File

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