Revert metricstore api paths

This commit is contained in:
2026-01-26 13:17:36 +01:00
parent 7ecfc8468e
commit 0ea836c69c
2 changed files with 9 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ func (s *Server) init() error {
userapi := s.router.PathPrefix("/userapi").Subrouter()
configapi := s.router.PathPrefix("/config").Subrouter()
frontendapi := s.router.PathPrefix("/frontend").Subrouter()
metricstoreapi := s.router.PathPrefix("/metricstore").Subrouter()
metricstoreapi := s.router.PathPrefix("/api").Subrouter()
if !config.Keys.DisableAuthentication {
// Create login failure handler (used by both /login and /jwt-login)