Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ff2b1e1

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /