diff --git a/pkg/models/api_routes.go b/pkg/models/api_routes.go index 24840e45ff8..9c74a73715b 100644 --- a/pkg/models/api_routes.go +++ b/pkg/models/api_routes.go @@ -74,7 +74,6 @@ func CollectRoutesForAPITokenUsage(route echo.Route) { routeGroupName := getRouteGroupName(route.Path) if routeGroupName == "subscriptions" || - routeGroupName == "notifications" || routeGroupName == "tokens" || strings.HasSuffix(routeGroupName, "_bulk") { return