Revert API endpoint change
This commit is contained in:
parent
f93ad89194
commit
e373deb347
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import PocketBase from "pocketbase";
|
||||
import type { TypedPocketBase } from "./pocketbase-types";
|
||||
|
||||
//export const pb = new PocketBase("https://musclecat.pi.korz.tech") as TypedPocketBase;
|
||||
export const pb = new PocketBase("http://localhost:8090") as TypedPocketBase;
|
||||
export const pb = new PocketBase("https://musclecat.pi.korz.tech") as TypedPocketBase;
|
||||
//export const pb = new PocketBase("http://localhost:8090") as TypedPocketBase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue