feat: removed default handler

This commit is contained in:
2026-08-31 21:18:05 +02:00
parent 2ae4dbdc11
commit 47a6ad6cbf
2 changed files with 0 additions and 56 deletions
-1
View File
@@ -35,7 +35,6 @@ func NewMux(cfg Config) http.Handler {
protected := middleware.WithJWT(authService)
apiMux := http.NewServeMux()
apiMux.HandleFunc("/", handler.DefaultHandler)
apiMux.HandleFunc("GET /health", handler.HealthHandler)
// Auth