Skip to content

Commit 0dc16bc

Browse files
authored
Merge pull request #88 from team-MoPlus/develop
swagger 설정 변경
2 parents 346a57c + 8f6de30 commit 0dc16bc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/main/resources/application-dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ spring:
2222

2323
swagger:
2424
servers:
25-
- url: https://dev.mopl.kr
26-
description: "mopl dev https 서버입니다."
27-
- url: http://dev.mopl.kr
28-
description: "mopl dev http 서버입니다."
25+
- url: https://dev.math-pointer.com
26+
description: "pointer dev https 서버입니다."
27+
- url: http://dev.math-pointer.com
28+
description: "pointer dev http 서버입니다."
2929
- url: http://localhost:8080
30-
description: "mopl local 서버입니다."
30+
description: "pointer local 서버입니다."
3131

3232
logging:
3333
level:

src/main/resources/application-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spring:
1414
swagger:
1515
servers:
1616
- url: http://localhost:8080
17-
description: "mopl local 서버입니다."
17+
description: "pointer local 서버입니다."

src/main/resources/application-prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ spring:
1717

1818
swagger:
1919
servers:
20-
- url: https://prod.mopl.kr
21-
description: "mopl prod https 서버입니다."
22-
- url: http://prod.mopl.kr
23-
description: "mopl prod http 서버입니다."
20+
- url: https://prod.math-pointer.com
21+
description: "pointer prod https 서버입니다."
22+
- url: http://prod.math-pointer.com
23+
description: "pointer prod http 서버입니다."
2424
- url: http://localhost:8080
25-
description: "mopl local 서버입니다."
25+
description: "pointer local 서버입니다."
2626

2727
logging:
2828
level:

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cors-allowed-origins:
2626
http://ppp.dev.admin.math-pointer.com,
2727
https://www.math-pointer.com,
2828
http://www.math-pointer.com,
29-
https://www.dev.math-pointer.com
29+
https://www.dev.math-pointer.com,
3030
http://www.dev.math-pointer.com
3131

3232

0 commit comments

Comments
 (0)