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.

:fire: remove unused types

Kacaii 2ea81e74 6adb88fe

+1 -5
+1 -1
src/app/routes/dashboard.gleam
··· 1 - import app/routes/occurrence.{type Occurrence, Occurrence} 1 + import app/routes/occurrence.{type Occurrence} 2 2 import app/routes/occurrence/count_active_occurrences 3 3 import app/web.{type Context} 4 4 import gleam/result
-4
src/app/web.gleam
··· 14 14 //// - HEAD request normalization 15 15 //// - CORS headers 16 16 //// - Static file serving from `/static` path 17 - //// 18 - //// ## CORS Configuration 19 - //// Currently configured to allow requests from `http://localhost:5173` 20 - //// with GET and POST methods enabled. 21 17 22 18 import cors_builder as cors 23 19 import gleam/http