Skip to content

Commit 2666f96

Browse files
testing linked preview environments
1 parent d92a681 commit 2666f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/util/fetchActionPlan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function fetchActionPlan(
5858
resultId: string;
5959
errorMessage?: string;
6060
}> {
61-
const apiDomain = await getApiDomain();
61+
const apiDomain = "https://p-140-app-dev-165284618.us-east-1.elb.amazonaws.com/" // TODO REVERT - await getApiDomain();
6262
const url = apiDomain + "generate_action_plan/run";
6363
const headers = {
6464
"Content-Type": "application/json",

0 commit comments

Comments
 (0)