Skip to content

Commit

Permalink
update: repair Swagger OpenAPI Configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Jul 10, 2024
1 parent 460c52a commit 5fa57ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
12 changes: 9 additions & 3 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
}
}
}
},
}
},
"/crypto/prediction": {
"post": {
"description": "Cryptocurrency Prediction",
"consumes": [
Expand Down Expand Up @@ -87,7 +89,9 @@
}
}
}
},
}
},
"/national-currency/prediction": {
"post": {
"description": "National Currency Prediction",
"consumes": [
Expand Down Expand Up @@ -139,7 +143,9 @@
}
}
}
},
}
},
"/stock/prediction": {
"post": {
"description": "Stock Prediction",
"consumes": [
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ paths:
summary: Cryptocurrency List
tags:
- Cryptocurrency
/crypto/prediction:
post:
consumes:
- application/json
Expand Down Expand Up @@ -204,6 +205,7 @@ paths:
summary: National Currency List
tags:
- National Currency
/national-currency/prediction:
post:
consumes:
- application/json
Expand Down Expand Up @@ -238,6 +240,7 @@ paths:
summary: Stock List
tags:
- Stock
/stock/prediction:
post:
consumes:
- application/json
Expand Down

0 comments on commit 5fa57ee

Please sign in to comment.