Skip to content

Commit

Permalink
Merge pull request #98 from Kurabu-chan/feature/97
Browse files Browse the repository at this point in the history
[fix] swagger environments
  • Loading branch information
kodiakhq[bot] committed Mar 27, 2022
2 parents 2a8addb + 7aadc36 commit 38b6acd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurabu/api",
"version": "2.1.34",
"version": "2.1.35",
"description": "",
"main": "build/start.js",
"scripts": {
Expand Down
13 changes: 9 additions & 4 deletions apps/api/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,23 @@
}
},
"servers": [{
"url": "/",
"description": "Current url",
"variables": {}
},
{
"url": "http://localhost:15000",
"description": "Localhost environment",
"variables": {}
},
{
"url": "http://api.kurabu.moe",
"description": "IMal staging environment",
"url": "https://prod.kurabu.moe",
"description": "Kurabu production environment",
"variables": {}
},
{
"url": "http://stage.kurabu.moe",
"description": "IMal production environment",
"url": "https://stage.kurabu.moe",
"description": "Kurabu staging environment",
"variables": {}
},
{
Expand Down

0 comments on commit 38b6acd

Please sign in to comment.