elysia is the truth
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user