diff --git a/application/api/user/routes.py b/application/api/user/routes.py index f8e40b24..d96d6202 100644 --- a/application/api/user/routes.py +++ b/application/api/user/routes.py @@ -1442,7 +1442,7 @@ def require_agent(func): return wrapper -@user_ns.route(f"/api/webhooks/agents/") +@user_ns.route("/api/webhooks/agents/") class AgentWebhookListener(Resource): method_decorators = [require_agent]