This commit is contained in:
Taloth Saldono 2020-12-25 16:14:56 +01:00
parent 090cdc364e
commit b60d4f46d2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ResourceApi {
fetch(url, options) { fetch(url, options) {
return this.api.fetch(`${this.url}${url}`, options); return this.api.fetch(`${this.url}${url}`, options);
} }
}; }
class ConsoleApi { class ConsoleApi {
constructor() { constructor() {