feat: removed default handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user