Skip to content

Commit

Permalink
remove broken middleware config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Apr 27, 2023
1 parent 2716783 commit d61df7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/resourcemanager/resource_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func (m *manager[T]) Handler() any {
func (m *manager[T]) RegisterRoutes(r *mux.Router) *mux.Router {
// prefix is /{resourceType | lowercase}/
subrouter := r.PathPrefix("/" + strings.ToLower(m.resourceTypePlural)).Subrouter()
subrouter.Use(m.tracingMiddleware)

enabledOps := m.EnabledOperations()

Expand Down

0 comments on commit d61df7f

Please sign in to comment.