update api

main
yoan 2024-09-07 21:26:19 +08:00
parent 34534d9e26
commit c0e6f67899
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ console.log(apiDomain);
let pb: PocketBase;
export const getPb = () => {
if (pb) return pb;
pb = new PocketBase("http://127.0.0.1:8090");
pb = new PocketBase("/");
return pb;
};