mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Start places overhaul
This commit is contained in:
@@ -161,6 +161,7 @@ func (k *KGPZ) Routes(srv *fiber.App) error {
|
||||
|
||||
srv.Get(SEARCH_URL, controllers.GetSearch(k.Library, k.Search))
|
||||
srv.Get(FILTER_URL, controllers.GetQuickFilter(k.Library))
|
||||
srv.Get("/ort/fragment/:place", controllers.GetPlaceFragment(k.Library))
|
||||
srv.Get(PLACE_OVERVIEW_URL, controllers.GetPlace(k.Library))
|
||||
srv.Get(CATEGORY_OVERVIEW_URL, controllers.GetCategory(k.Library))
|
||||
srv.Get(AGENTS_OVERVIEW_URL, controllers.GetAgents(k.Library))
|
||||
|
||||
Reference in New Issue
Block a user