mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
more stuff
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user