change url to public one

dev
Anton Franzluebbers 2023-07-12 11:27:42 -04:00
parent b55a35b138
commit 85706edab7
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ import { writable } from 'svelte/store';
import { type Record } from 'pocketbase';
import { get } from 'svelte/store';
export const pb = new PocketBase('http://127.0.0.1:8090');
export const pb = new PocketBase('https://velconnect-v3.ugavel.com');
// export const pb = new PocketBase('http://localhost:8090/_');
export const currentUser = writable(pb.authStore.model);