background/camelcase/swagger.json

13 lines
269 B
JSON
Raw Normal View History

2020-06-24 17:15:46 +00:00
{
"swagger": "2.0",
"info": {
"description": "{{.Description}}",
"title": "大厅功能api",
"contact": {},
"license": {},
"version": "1.0"
},
"host": "localhost:8080",
"basePath": "/api/v1",
"paths": {}
}