Backend/docs/swagger.json
2025-09-16 13:26:27 +04:00

26 lines
No EOL
679 B
JSON

{
"swagger": "2.0",
"info": {
"description": "58team blog's backend",
"title": "58team blog backend",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"name": "API Support",
"url": "http://www.swagger.io/support",
"email": "support@swagger.io"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.0"
},
"host": "localhost:8080",
"basePath": "/api/v1",
"paths": {},
"securityDefinitions": {
"BasicAuth": {
"type": "basic"
}
}
}