Files
html_cleanup/cleanup_html/routes.py
2023-11-27 20:46:54 +01:00

4 lines
124 B
Python

def includeme(config):
config.add_static_view('static', 'static', cache_max_age=3600)
config.add_route('home', '/')