fix: context-path를 /snp-collector로 통일
- application-dev.yml: /snp-api → /snp-collector - application-prod.yml: /snp-api → /snp-collector
This commit is contained in:
부모
c7c640e538
커밋
04b66cde17
@ -59,7 +59,7 @@ server:
|
|||||||
port: 8041
|
port: 8041
|
||||||
# port: 8041
|
# port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-collector
|
||||||
|
|
||||||
# Actuator Configuration
|
# Actuator Configuration
|
||||||
management:
|
management:
|
||||||
|
|||||||
@ -58,7 +58,7 @@ spring:
|
|||||||
server:
|
server:
|
||||||
port: 8041
|
port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-collector
|
||||||
|
|
||||||
# Actuator Configuration
|
# Actuator Configuration
|
||||||
management:
|
management:
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user