Browse Source

update

master
shenjiachi 1 day ago
parent
commit
e2a8b0ece7
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/docs.go
  2. +1
    -1
      docs/swagger.json
  3. +1
    -1
      docs/swagger.yaml

+ 1
- 1
docs/docs.go View File

@@ -63,7 +63,7 @@ const docTemplate = `{
}
},
"/api/v1/test": {
"post": {
"get": {
"description": "Demo样例测试",
"consumes": [
"application/json"


+ 1
- 1
docs/swagger.json View File

@@ -57,7 +57,7 @@
}
},
"/api/v1/test": {
"post": {
"get": {
"description": "Demo样例测试",
"consumes": [
"application/json"


+ 1
- 1
docs/swagger.yaml View File

@@ -102,7 +102,7 @@ paths:
tags:
- 对象存储
/api/v1/test:
post:
get:
consumes:
- application/json
description: Demo样例测试


Loading…
Cancel
Save