Skip to content

Commit 8f6de30

Browse files
committed
[fix] swagger 설정 변경
1 parent 3f0ba6b commit 8f6de30

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/main/resources/application-dev.yml

+5-5
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

+1-1
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

+5-5
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:

0 commit comments

Comments
 (0)