upload app
This commit is contained in:
3
cleanup_html/routes.py
Normal file
3
cleanup_html/routes.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def includeme(config):
|
||||
config.add_static_view('static', 'static', cache_max_age=3600)
|
||||
config.add_route('home', '/')
|
||||
Reference in New Issue
Block a user