1
0
Fork 0
mirror of synced 2024-06-18 02:34:54 +12:00

fix dist js

This commit is contained in:
Torsten Dittmann 2021-06-14 20:22:57 +02:00
parent 7ad5be5475
commit 8638d738fa
4 changed files with 8 additions and 8 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

@ -5,7 +5,7 @@
var sdk = new window.Appwrite.Appwrite();
sdk
.setEndpoint(window.location.protocol + '//' + window.location.host + APP_ENV.API)
.setEndpoint(APP_ENV.ENDPOINT + APP_ENV.API)
.setProject('console')
.setLocale(APP_ENV.LOCALE)
;

View file

@ -5,7 +5,7 @@
var sdk = new window.Appwrite.Appwrite();
sdk
.setEndpoint(window.location.protocol + '//' + window.location.host + APP_ENV.API)
.setEndpoint(APP_ENV.ENDPOINT + APP_ENV.API)
.setProject(router.params.project || '')
.setLocale(APP_ENV.LOCALE)
.setMode('admin')