mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
BUGFIX: fiber only matches beginning of path
This commit is contained in:
@@ -165,9 +165,7 @@ func (s *Server) Start() {
|
||||
|
||||
srv.Get("/ort/:place?", controllers.GetPlace(s.kgpz))
|
||||
srv.Get("/kategorie/:category?", controllers.GetCategory(s.kgpz))
|
||||
srv.Get("/akteure/:letter?", controllers.GetAgents(s.kgpz))
|
||||
|
||||
srv.Get("/akteur/:agent", controllers.GetAgent(s.kgpz))
|
||||
srv.Get("/akteure/:letterorid?", controllers.GetAgents(s.kgpz))
|
||||
|
||||
srv.Get("/edition/", controllers.Get("/edition/"))
|
||||
srv.Get("/datenschutz/", controllers.Get("/datenschutz/"))
|
||||
|
||||
Reference in New Issue
Block a user