feat(api): enable notifications for api token routes

This commit is contained in:
kolaente 2023-11-07 14:58:46 +01:00
parent 4d3ba495a7
commit b2866ca3da
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -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