fix: context-path를 /snp-collector로 통일 #4

병합
HYOJIN feature/unify-context-path 에서 develop 로 2 commits 를 머지했습니다 2026-04-07 14:59:43 +09:00
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -4,6 +4,9 @@
## [Unreleased]
### 수정
- context-path를 /snp-collector로 통일 (dev/prod 프로파일)
## [2026-04-07]
### 기타

파일 보기

@ -59,7 +59,7 @@ server:
port: 8041
# port: 8041
servlet:
context-path: /snp-api
context-path: /snp-collector
# Actuator Configuration
management:

파일 보기

@ -58,7 +58,7 @@ spring:
server:
port: 8041
servlet:
context-path: /snp-api
context-path: /snp-collector
# Actuator Configuration
management: