aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-20 20:57:10 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-20 20:57:10 +0300
commit9af2c7d17f02be98998d388b421b3d055a96f83e (patch)
tree0e1fe45dec78928c77a0455732acd845916bfcb5 /docs
parentdocs: map summary response (#46) (diff)
downloadlphub-9af2c7d17f02be98998d388b421b3d055a96f83e.tar.gz
lphub-9af2c7d17f02be98998d388b421b3d055a96f83e.tar.bz2
lphub-9af2c7d17f02be98998d388b421b3d055a96f83e.zip
fix: remove duplicate score count in routes (#46)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.go3
-rw-r--r--docs/swagger.json3
-rw-r--r--docs/swagger.yaml2
3 files changed, 0 insertions, 8 deletions
diff --git a/docs/docs.go b/docs/docs.go
index b7dc7ab..a0aad6f 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -914,9 +914,6 @@ const docTemplate = `{
914 "rating": { 914 "rating": {
915 "type": "number" 915 "type": "number"
916 }, 916 },
917 "score_count": {
918 "type": "integer"
919 },
920 "showcase": { 917 "showcase": {
921 "type": "string" 918 "type": "string"
922 } 919 }
diff --git a/docs/swagger.json b/docs/swagger.json
index ffcf55a..2279ff6 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -907,9 +907,6 @@
907 "rating": { 907 "rating": {
908 "type": "number" 908 "type": "number"
909 }, 909 },
910 "score_count": {
911 "type": "integer"
912 },
913 "showcase": { 910 "showcase": {
914 "type": "string" 911 "type": "string"
915 } 912 }
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 3dfe421..ba4775a 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -78,8 +78,6 @@ definitions:
78 $ref: '#/definitions/models.MapHistory' 78 $ref: '#/definitions/models.MapHistory'
79 rating: 79 rating:
80 type: number 80 type: number
81 score_count:
82 type: integer
83 showcase: 81 showcase:
84 type: string 82 type: string
85 type: object 83 type: object