Files
eiblog/pkg/core/blog/docs/swagger.json
2021-04-26 15:51:16 +08:00

13 lines
280 B
JSON

{
"swagger": "2.0",
"info": {
"description": "This is a sample server celler server.",
"title": "APP Demo API",
"contact": {},
"license": {},
"version": "1.0"
},
"host": "{{.Host}}",
"basePath": "/api",
"paths": {}
}