merge devlop into dev_ship_movement

This commit is contained in:
Kim JiMyeung 2025-12-05 09:44:20 +09:00
부모 c842e982c8
커밋 2671d613f3

파일 보기

@ -36,7 +36,7 @@ public class SwaggerConfig {
.info(apiInfo())
.servers(List.of(
new Server()
.url("http://localhost:" + serverPort)
.url("http://localhost:" + serverPort + "/snp-api")
.description("로컬 개발 서버"),
new Server()
.url("http://10.26.252.39:" + serverPort)