You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I'm being completely idiotic or not but can't seem to get any post requests working - would love some additional documentation for this before I tear my hair out.
Currently have:
router.post("/create", createHandler);
and:
export async function createHandler(ctx: Context) {
But can't access any value passed and adding the params similar to the docs creates compilation errors.
Please help
The text was updated successfully, but these errors were encountered:
Not sure if I'm being completely idiotic or not but can't seem to get any post requests working - would love some additional documentation for this before I tear my hair out.
Currently have:
and:
But can't access any value passed and adding the params similar to the docs creates compilation errors.
Please help
The text was updated successfully, but these errors were encountered: