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)
|
routeGroupName := getRouteGroupName(route.Path)
|
||||||
|
|
||||||
if routeGroupName == "subscriptions" ||
|
if routeGroupName == "subscriptions" ||
|
||||||
routeGroupName == "notifications" ||
|
|
||||||
routeGroupName == "tokens" ||
|
routeGroupName == "tokens" ||
|
||||||
strings.HasSuffix(routeGroupName, "_bulk") {
|
strings.HasSuffix(routeGroupName, "_bulk") {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user