forked from Kispi/Core
fix(webapp): use new ip for appwrite
This commit is contained in:
parent
10399aa812
commit
84bb25a4fa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Client, Account } from 'appwrite';
|
||||||
const sdk = new Client();
|
const sdk = new Client();
|
||||||
|
|
||||||
sdk
|
sdk
|
||||||
.setEndpoint('http://192.168.1.104/v1')
|
.setEndpoint('http://192.168.1.115/v1')
|
||||||
.setProject('62dfc94a1637dc23acbc');
|
.setProject('62dfc94a1637dc23acbc');
|
||||||
|
|
||||||
export const AppwriteService = {
|
export const AppwriteService = {
|
||||||
|
|
Loading…
Reference in a new issue