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