1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

fix dists files for js

This commit is contained in:
Torsten Dittmann 2021-06-18 13:16:30 +02:00
parent 7e53800a3e
commit 6bb0c4adf4
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
"use strict";
window.ls.container.set('console', function (window) {
var sdk = new window.Appwrite.Appwrite();
var sdk = new window.Appwrite();
sdk
.setEndpoint(APP_ENV.ENDPOINT + APP_ENV.API)

View file

@ -2,7 +2,7 @@
"use strict";
window.ls.container.set('sdk', function (window, router) {
var sdk = new window.Appwrite.Appwrite();
var sdk = new window.Appwrite();
sdk
.setEndpoint(APP_ENV.ENDPOINT + APP_ENV.API)