diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/docs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.go b/docs/docs.go index 3d140cc..0523288 100644 --- a/docs/docs.go +++ b/docs/docs.go | |||
| @@ -236,7 +236,7 @@ const docTemplate = `{ | |||
| 236 | "application/json" | 236 | "application/json" |
| 237 | ], | 237 | ], |
| 238 | "tags": [ | 238 | "tags": [ |
| 239 | "rankings" | 239 | "logs" |
| 240 | ], | 240 | ], |
| 241 | "parameters": [ | 241 | "parameters": [ |
| 242 | { | 242 | { |
| @@ -282,7 +282,7 @@ const docTemplate = `{ | |||
| 282 | "application/json" | 282 | "application/json" |
| 283 | ], | 283 | ], |
| 284 | "tags": [ | 284 | "tags": [ |
| 285 | "rankings" | 285 | "logs" |
| 286 | ], | 286 | ], |
| 287 | "responses": { | 287 | "responses": { |
| 288 | "200": { | 288 | "200": { |