mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Refactor naming to match method calls
This commit is contained in:
parent
9a88563916
commit
f742a5026c
@ -76,4 +76,4 @@ class WebhookFactory:
|
||||
Returns:
|
||||
List[str]: A list of supported monitored actions.
|
||||
"""
|
||||
return ["server_start", "server_stop", "server_crash", "server_backup"]
|
||||
return ["start_server", "stop_server", "crash_detected", "backup_server"]
|
||||
|
Loading…
Reference in New Issue
Block a user