Fix authentication issues on webhook get/post

This commit is contained in:
Andrew 2023-09-28 14:57:18 -04:00
parent 409d7618dd
commit 13214e9e86

View File

@ -264,6 +264,7 @@ def api_handlers(handler_args):
( (
r"/api/v2/servers/([0-9]+)/webhook/?", r"/api/v2/servers/([0-9]+)/webhook/?",
ApiServersServerWebhooksIndexHandler, ApiServersServerWebhooksIndexHandler,
handler_args,
), ),
( (
r"/api/v2/servers/([0-9]+)/action/([a-z_]+)/?", r"/api/v2/servers/([0-9]+)/action/([a-z_]+)/?",