[agent-pipeline] pipe-20260327053504-cc40 round-4
This commit is contained in:
@@ -28,11 +28,11 @@ const getApiBaseUrl = (): string => {
|
||||
(currentHost === "localhost" || currentHost === "127.0.0.1") &&
|
||||
(currentPort === "9771" || currentPort === "3000")
|
||||
) {
|
||||
return "http://localhost:8080/api";
|
||||
return "http://localhost:8081/api";
|
||||
}
|
||||
}
|
||||
|
||||
return "http://localhost:8080/api";
|
||||
return "http://localhost:8081/api";
|
||||
};
|
||||
|
||||
export const API_BASE_URL = getApiBaseUrl();
|
||||
@@ -54,7 +54,7 @@ export const getFullImageUrl = (imagePath: string): string => {
|
||||
}
|
||||
|
||||
if (currentHost === "localhost" || currentHost === "127.0.0.1") {
|
||||
return `http://localhost:8080${imagePath}`;
|
||||
return `http://localhost:8081${imagePath}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user