[agent-pipeline] pipe-20260327053504-cc40 round-4
This commit is contained in:
@@ -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}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user