aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/docs.go7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 0523288..60a39bf 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1599,11 +1599,8 @@ const docTemplate = `{
1599 "total_score": { 1599 "total_score": {
1600 "type": "integer" 1600 "type": "integer"
1601 }, 1601 },
1602 "user_id": { 1602 "user": {
1603 "type": "string" 1603 "$ref": "#/definitions/models.UserShort"
1604 },
1605 "user_name": {
1606 "type": "string"
1607 } 1604 }
1608 } 1605 }
1609 }, 1606 },