Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab7a7e commit 703f283Copy full SHA for 703f283
‎client/packages/lowcoder/src/api/subscriptionApi.ts
@@ -139,7 +139,7 @@ const getAxiosInstance = (clientSecret?: string) => {
139
};
140
141
const apiRequestConfig: AxiosRequestConfig = {
142
- baseURL: "http://localhost:8080/api/flow",
+ baseURL: "https://api-service.lowcoder.cloud/api/flow",
143
headers,
144
145
‎client/packages/lowcoder/src/api/supportApi.ts
@@ -52,7 +52,7 @@ const getAxiosInstance = (clientSecret?: string) => {
52
53
54
55
56
57
58
0 commit comments