[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
+2 -2
View File
@@ -13,9 +13,9 @@ export function getApiUrl(endpoint: string): string {
return `https://api.vexplor.com${endpoint}`;
}
// 로컬 개발: localhost → http://localhost:8080
// 로컬 개발: localhost → http://localhost:8081
if (hostname === "localhost" || hostname === "127.0.0.1") {
return `http://localhost:8080${endpoint}`;
return `http://localhost:8081${endpoint}`;
}
}