mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-18 22:16:01 +00:00
update api
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user