Cleanup the web ui/flow

This commit is contained in:
Tobias Gesellchen
2026-02-14 18:26:52 +01:00
parent 7d40c61cad
commit 3acc983183
8 changed files with 295 additions and 41 deletions
+1
View File
@@ -388,6 +388,7 @@ func setupRouter(server *handlers.Server, pyProxy *httputil.ReverseProxy) *chi.M
r.Get("/media/*", server.HandleMedia())
r.Get("/web/*", server.HandleWeb())
r.Get("/docs/*", server.HandleDocs)
r.Route("/bmx", func(r chi.Router) {
r.Get("/registry/v1/services", server.HandleBMXRegistry)