def rodelbahn_update_regioncache():
return RodelbahnController().update_regioncache()
+@app.route("/rodelbahn/update_mapcache")
+def rodelbahn_update_mapcache():
+ return RodelbahnController().update_mapcache()
@app.route("/bericht/list")
def bericht_list():
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()