Skip to content
Snippets Groups Projects
Verified Commit 42fdfefd authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[WekanHooks] Fix typo

parent e192aa74
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ app = Flask(__name__)
# List of hooks to forward to the real hook URL
# See https://github.com/wekan/wekan/wiki/Webhook-data
allowed_hooks = [
'act-createCard'
'act-moveCard'
'act-createCard',
'act-moveCard',
'act-addComment'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment