OpenAPI 3.1 规范(机器可读)。
()
| 1630 | |
| 1631 | @app.route('/api/openapi.json') |
| 1632 | def openapi_spec(): |
| 1633 | """OpenAPI 3.1 规范(机器可读)。""" |
| 1634 | return jsonify(OPENAPI_SPEC) |
| 1635 | |
| 1636 | |
| 1637 | @app.route('/docs') |
nothing calls this directly
no outgoing calls
no test coverage detected