()
| 24 | # ==================== Flask 路由 ==================== |
| 25 | |
| 26 | @app.route('/favicon.ico') |
| 27 | def favicon(): |
| 28 | return send_from_directory(app.static_folder, 'favicon.ico') |
| 29 | |
| 30 | @app.route('/apple-touch-icon-precomposed.png') |
nothing calls this directly
no outgoing calls
no test coverage detected