mirror of https://github.com/usual2970/certimate
update api
parent
34534d9e26
commit
c0e6f67899
|
@ -4,6 +4,6 @@ console.log(apiDomain);
|
||||||
let pb: PocketBase;
|
let pb: PocketBase;
|
||||||
export const getPb = () => {
|
export const getPb = () => {
|
||||||
if (pb) return pb;
|
if (pb) return pb;
|
||||||
pb = new PocketBase("http://127.0.0.1:8090");
|
pb = new PocketBase("/");
|
||||||
return pb;
|
return pb;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue