]> ToastFreeware Gitweb - philipp/winterrodeln/wrfeed.git/blobdiff - wrfeed/wrfeed.py
Move index.html from public to templates.
[philipp/winterrodeln/wrfeed.git] / wrfeed / wrfeed.py
index cdf0ba751fe593f129a6bdaa0f36962f1c7acb75..877ea50bcbe324fd67dddfd1e859c00ad5f6fd48 100644 (file)
@@ -29,7 +29,7 @@ def close_db(error):
 
 @app.route("/")
 def hello():
-    return send_from_directory('public', 'index.html')  # actually, this is no template
+    return send_from_directory('templates', 'index.html')  # actually, this is no template
 
 
 @app.route("/berichte/alle")