diff --git a/src/components/stores/stores.ts b/src/components/stores/stores.ts index 9e5215d..2b2cb7f 100644 --- a/src/components/stores/stores.ts +++ b/src/components/stores/stores.ts @@ -29,7 +29,7 @@ import {pageRepo} from "@repo/page.ts"; import {dataRepo} from "@repo/data.ts"; export const schemTypes = cached([], () => - fetchWithToken(get(tokenStore), "/data/schematicTypes") + fetchWithToken(get(tokenStore), "/data/admin/schematicTypes") .then(res => res.json())); export const players = cached([], async () => {