[agent-pipeline] pipe-20260327053504-cc40 round-4

This commit is contained in:
DDD1542
2026-03-27 19:09:19 +09:00
parent 2e94a2b8e8
commit 8f1bc02bdf
20 changed files with 1195 additions and 106 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const getApiBaseUrl = (): string => {
// 로컬 개발환경
if (currentHost === "localhost" || currentHost === "127.0.0.1") {
return "http://localhost:8080/api";
return "http://localhost:8081/api";
}
}