mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01:00
Fix authentication issues on webhook get/post
This commit is contained in:
parent
409d7618dd
commit
13214e9e86
@ -264,6 +264,7 @@ def api_handlers(handler_args):
|
||||
(
|
||||
r"/api/v2/servers/([0-9]+)/webhook/?",
|
||||
ApiServersServerWebhooksIndexHandler,
|
||||
handler_args,
|
||||
),
|
||||
(
|
||||
r"/api/v2/servers/([0-9]+)/action/([a-z_]+)/?",
|
||||
|
Loading…
x
Reference in New Issue
Block a user