elysia is the truth

This commit is contained in:
2025-08-08 22:44:39 -04:00
parent fb204e8869
commit 96df75972a
9 changed files with 252 additions and 111 deletions

View File

@@ -8,8 +8,7 @@ export default () => {
const [instances, { refetch }] = createResource(
() => param.game,
async () =>
api.instances.$get({ query: param }).then((res) => res.json())
async () => api.instances.get({ query: param }).then((res) => res.data)
);
return (