aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.go b/docs/docs.go
index f37cda2..b708f2b 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -37,7 +37,7 @@ const docTemplate = `{
37 "type": "integer", 37 "type": "integer",
38 "description": "Demo UUID", 38 "description": "Demo UUID",
39 "name": "uuid", 39 "name": "uuid",
40 "in": "path", 40 "in": "query",
41 "required": true 41 "required": true
42 } 42 }
43 ], 43 ],