ssr on
This commit is contained in:
parent
95d6997774
commit
3e9a22e788
6 changed files with 16 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue