wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:truck: change submit form route to "cadastrar"

Kacaii d3f2291a d0a72cfa

+1 -1
+1 -1
src/app/router.gleam
··· 8 8 9 9 case wisp.path_segments(req) { 10 10 [] -> wisp.ok() 11 - ["cadastro"] -> signup.handle_form_submission(req, ctx) 11 + ["cadastrar"] -> signup.handle_form_submission(req, ctx) 12 12 _ -> wisp.not_found() 13 13 } 14 14 }