mirror of
https://github.com/lucaspalomodevelop/monitoring-server.git
synced 2026-03-13 06:59:37 +00:00
24 lines
459 B
JSON
24 lines
459 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"title": "",
|
|
"description": "",
|
|
"version": "1.0"
|
|
},
|
|
"produces": ["application/json"],
|
|
"host": "localhost:3000",
|
|
"basePath": "/api/swagger/v1",
|
|
"paths": {
|
|
"/test1": {
|
|
"get": {
|
|
"x-swagger-router-controller": "middleware-name1",
|
|
"operationId": "swagTest",
|
|
"tags": ["/test"],
|
|
"description": "",
|
|
"parameters": [],
|
|
"responses": {}
|
|
}
|
|
}
|
|
}
|
|
}
|