]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/__init__.py
Implement update_wrreportcache functionality via GUI.
[philipp/winterrodeln/wradmin.git] / wradmin / __init__.py
index c80fc17d6d08371e62d04ecad9d5c842263cc5f5..6d8684f37dfbb1286cfa00637da26e6005b1f1ee 100644 (file)
@@ -73,6 +73,11 @@ def bericht_change_date_invalid(id):
     return BerichtController().change_date_invalid(id)
 
 
+@app.route("/bericht/update_reportcache")
+def bericht_update_reportcache():
+    return BerichtController().update_reportcache()
+
+
 @app.route("/gasthaus/list")
 def gasthaus_list():
     return GasthausController().list()