Add Swagger docs at /docs and /openapi.json with split OpenAPI spec
Made-with: Cursor
This commit is contained in:
10
backend/openapi/path-items/config.yaml
Normal file
10
backend/openapi/path-items/config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
get:
|
||||
tags: [Public]
|
||||
summary: Public faucet config
|
||||
responses:
|
||||
"200":
|
||||
description: Faucet configuration
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "../components/schemas/faucet.yaml#/FaucetConfig"
|
||||
Reference in New Issue
Block a user