MCPcopy Create free account
hub / github.com/HisMax/RedInk / index

Function index

backend/app.py:84–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected