Skip to content
Snippets Groups Projects
Commit 0c41f9d2 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add method PUT for /webhook/grafana

parent bec040fb
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ def slack(hook): ...@@ -53,7 +53,7 @@ def slack(hook):
return {"ok":True} return {"ok":True}
@app.route("/webhook/grafana/<hook>", methods=['POST']) @app.route("/webhook/grafana/<hook>", methods=['POST', 'PUT'])
def grafana(hook): def grafana(hook):
plain = '' plain = ''
html = '' html = ''
......
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