()
| 82 | else: |
| 83 | @app.route('/') |
| 84 | def index(): |
| 85 | return { |
| 86 | "message": "红墨 AI图文生成器 API", |
| 87 | "version": "0.1.0", |
| 88 | "endpoints": { |
| 89 | "health": "/api/health", |
| 90 | "outline": "POST /api/outline", |
| 91 | "generate": "POST /api/generate", |
| 92 | "images": "GET /api/images/<filename>" |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | return app |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected