feat(api): enable notifications for api token routes
This commit is contained in:
parent
4d3ba495a7
commit
b2866ca3da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user