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()