more stuff

This commit is contained in:
Simon Martens
2026-03-04 16:39:47 +01:00
parent 5a00333266
commit d7f7571470
22 changed files with 620 additions and 482 deletions

View File

@@ -19,5 +19,7 @@ func MapStatic(e *echo.Echo) {
}
func MapEndpoints(e *echo.Echo, s *Server) {
e.GET("/", s.Home)
e.GET("/briefe", s.Home)
e.GET("/brief/:number", s.Brief)
}