···1414//// - HEAD request normalization
1515//// - CORS headers
1616//// - Static file serving from `/static` path
1717-////
1818-//// ## CORS Configuration
1919-//// Currently configured to allow requests from `http://localhost:5173`
2020-//// with GET and POST methods enabled.
21172218import cors_builder as cors
2319import gleam/http