Skip to content

Commit b4852b6

Browse files
author
FalkWolsky
committed
Fixing API Docs Path
1 parent ccfa44b commit b4852b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/ApiDocLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function ApiDoc(props: ApiDocLayoutProps) {
137137
hideExport={true}
138138
tryItCredentialsPolicy="include"
139139
tryItCorsProxy={isSelfHost ? undefined : 'https://api-service.lowcoder.cloud'}
140-
basePath="lowcoder-api"
140+
basePath={API_DOCS_URL}
141141
apiDescriptionUrl="https://api-service.lowcoder.cloud/api/docs/api-docs"
142142
/>
143143
</div>

0 commit comments

Comments
 (0)