Skip to content

Commit

Permalink
feat: change url to gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jun 15, 2024
1 parent 7fd0ab1 commit 4172bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ springdoc:
swagger-ui:
urls[0]:
name: "유저 서비스"
url: https://gating.mafoo.kr/user/v3/api-docs
url: https://gateway.mafoo.kr/user/v3/api-docs

urls[1]:
name: "사진 서비스"
url: https://gating.mafoo.kr/photo/v3/api-docs
url: https://gateway.mafoo.kr/photo/v3/api-docs

0 comments on commit 4172bef

Please sign in to comment.