Skip to content

Commit 0118830

Browse files
author
FalkWolsky
committed
fix wrong API url
1 parent c4ec2db commit 0118830

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/i18n/locales/enObj.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const enObj: I18nObjects = {
112112
],
113113
},
114114
editorTutorials: {
115-
mockDataUrl: "https://63621db87521369cd06514c2.mockapi.io/api/lowcoder/userhttps://6523073ef43b179384152c4f.mockapi.io/api/lowcoder/users",
115+
mockDataUrl: "https://6523073ef43b179384152c4f.mockapi.io/api/lowcoder/users",
116116
data: (code) => (
117117
<>
118118
The component and query data are listed here, which can be referenced through

0 commit comments

Comments
 (0)