aboutsummaryrefslogtreecommitdiffstats
path: root/templating/templating.py
diff options
context:
space:
mode:
Diffstat (limited to 'templating/templating.py')
-rwxr-xr-xtemplating/templating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templating/templating.py b/templating/templating.py
index 03ad180..03b7dc9 100755
--- a/templating/templating.py
+++ b/templating/templating.py
@@ -62,7 +62,7 @@ def root_get(path):
return body, 200
-@app.route("/<path>", methods=["POST", "PUT"])
+@app.route("/<path>", methods=["POST"])
def root_post(path):
updateData()
try: