1
0
Fork 0
forked from Kispi/Core

fix(webapp): use new ip for appwrite

This commit is contained in:
Simon Giesel 2022-08-08 10:20:11 +02:00
parent 10399aa812
commit 84bb25a4fa

View file

@ -3,7 +3,7 @@ import { Client, Account } from 'appwrite';
const sdk = new Client();
sdk
.setEndpoint('http://192.168.1.104/v1')
.setEndpoint('http://192.168.1.115/v1')
.setProject('62dfc94a1637dc23acbc');
export const AppwriteService = {