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

Function apple_icon

app.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return send_from_directory(app.static_folder, 'apple-touch-icon-precomposed.png')
33
34@app.route('/apple-touch-icon.png')
35def apple_icon():
36 return send_from_directory(app.static_folder, 'apple-touch-icon.png')
37
38# ==================== 原有路由 ====================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected