MCPcopy Create free account
hub / github.com/NatsUIJM/autoContents / favicon

Function favicon

app.py:26–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24# ==================== Flask 路由 ====================
25
26@app.route('/favicon.ico')
27def favicon():
28 return send_from_directory(app.static_folder, 'favicon.ico')
29
30@app.route('/apple-touch-icon-precomposed.png')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected