X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/a0e6e896ee01fefea47a6116f759608ed714247f..32d339dfffa7356a9d1aad0fbec62d400e86ba8f:/wradmin/__init__.py diff --git a/wradmin/__init__.py b/wradmin/__init__.py index ccdf2da..ebb1c94 100644 --- a/wradmin/__init__.py +++ b/wradmin/__init__.py @@ -54,10 +54,12 @@ def rodelbahn_update(): 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") @login_required def bericht_list():