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.
2 parents ed8ad4f + 703f283 commit ff2b1e1Copy full SHA for ff2b1e1
‎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