mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
Menu + Template Seiten & Routes für Übersichten
This commit is contained in:
@@ -163,6 +163,12 @@ func (s *Server) Start() {
|
||||
srv.Get("/:year/:issue/:page?", controllers.GetIssue(s.kgpz))
|
||||
srv.Get("/:year/:issue/beilage/:page?", controllers.GetIssue(s.kgpz))
|
||||
|
||||
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("/edition/", controllers.Get("/edition/"))
|
||||
srv.Get("/datenschutz/", controllers.Get("/datenschutz/"))
|
||||
srv.Get("/kontakt/", controllers.Get("/kontakt/"))
|
||||
|
||||
Reference in New Issue
Block a user