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

@@ -4,7 +4,7 @@ import api from "../api";
export default () => {
const [games] = createResource(async () =>
api.games.$get().then((res) => res.json())
api.games.get().then((res) => res.data)
);
return (