sunder-worker-template icon indicating copy to clipboard operation
sunder-worker-template copied to clipboard

Handling form submissions

Open ChrisButterworth opened this issue 4 years ago • 0 comments

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

ChrisButterworth avatar Apr 08 '22 15:04 ChrisButterworth