Skip to content

Commit ff2b1e1

Browse files
authored
Merge pull request #1179 from lowcoder-org/dev
Adapting Flow Domains
2 parents ed8ad4f + 703f283 commit ff2b1e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder/src/api/subscriptionApi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const getAxiosInstance = (clientSecret?: string) => {
139139
};
140140

141141
const apiRequestConfig: AxiosRequestConfig = {
142-
baseURL: "http://localhost:8080/api/flow",
142+
baseURL: "https://api-service.lowcoder.cloud/api/flow",
143143
headers,
144144
};
145145

client/packages/lowcoder/src/api/supportApi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const getAxiosInstance = (clientSecret?: string) => {
5252
};
5353

5454
const apiRequestConfig: AxiosRequestConfig = {
55-
baseURL: "http://localhost:8080/api/flow",
55+
baseURL: "https://api-service.lowcoder.cloud/api/flow",
5656
headers,
5757
};
5858

0 commit comments

Comments
 (0)