monitoring-server/backend/swagger.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": {}
}
}
}
}