MCPcopy Index your code
hub / github.com/FloatingOctothorpe/python-kanban / index

Function index

main.py:22–24  ·  view source on GitHub ↗

Serve the main index page

()

Source from the content-addressed store, hash-verified

20
21 @app.route('/')
22 def index():
23 """Serve the main index page"""
24 return send_from_directory('static', 'index.html')
25
26 @app.route('/static/<path:path>')
27 def static_file(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected