Skip to content

Commit

Permalink
Merge pull request #140 from codeforjapan/feature/139-chagnge-endpoint
Browse files Browse the repository at this point in the history
fix #139 change endpoint url
  • Loading branch information
halsk authored Mar 21, 2021
2 parents 603c399 + 87d4804 commit 8df0369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ info:
url: https://github.com/codeforjapan/remote-patient-monitoring-api/blob/main/LICENSE
version: 1.0.0
servers:
- url: https://monitoring.stopcovid19.jp/stg/
- url: https://monitoring.stopcovid19.jp/prd/
- url: https://api.rms.stopcovid19.jp/stg/
- url: https://api.rms.stopcovid19.jp/prd/
paths:
/api/admin/login:
$ref: ./paths/admin/login.yaml
Expand Down

0 comments on commit 8df0369

Please sign in to comment.