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: rename the "handler" module to "routes"

Kacaii 901c8036 84318b59

+2 -2
src/app/handler/brigade.gleam src/app/routes/brigade.gleam
src/app/handler/signup.gleam src/app/routes/signup.gleam
+2 -2
src/app/router.gleam
··· 1 - import app/handler/brigade 2 - import app/handler/signup 1 + import app/routes/brigade 2 + import app/routes/signup 3 3 import app/web.{type Context} 4 4 import wisp 5 5