Dieser Commit ist enthalten in:
Ursprung
0ab7d204f2
Commit
bbb6d87ccc
@ -29,7 +29,7 @@ import {pageRepo} from "@repo/page.ts";
|
||||
import {dataRepo} from "@repo/data.ts";
|
||||
|
||||
export const schemTypes = cached<SchematicType[]>([], () =>
|
||||
fetchWithToken(get(tokenStore), "/data/schematicTypes")
|
||||
fetchWithToken(get(tokenStore), "/data/admin/schematicTypes")
|
||||
.then(res => res.json()));
|
||||
|
||||
export const players = cached<Player[]>([], async () => {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren