Reapply "ssr on"

This reverts commit b536df9b13.
This commit is contained in:
Face 2025-06-28 14:21:00 +03:00
parent b536df9b13
commit 889948e5c7
6 changed files with 30 additions and 14 deletions

View file

@ -16,5 +16,5 @@ export async function GET(event) {
route: { id: "/api/hopium/questions/[id]" }
};
return await getHopiumQuestion(hopiumEvent);
return await getHopiumQuestion(hopiumEvent as any);
}