This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user