Revert API endpoint change

This commit is contained in:
Niklas Korz 2024-01-03 23:59:39 +01:00
parent f93ad89194
commit e373deb347

View file

@ -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;