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 ccfa44b commit b4852b6Copy full SHA for b4852b6
client/packages/lowcoder/src/pages/ApplicationV2/ApiDocLayout.tsx
@@ -137,7 +137,7 @@ export function ApiDoc(props: ApiDocLayoutProps) {
137
hideExport={true}
138
tryItCredentialsPolicy="include"
139
tryItCorsProxy={isSelfHost ? undefined : 'https://api-service.lowcoder.cloud'}
140
- basePath="lowcoder-api"
+ basePath={API_DOCS_URL}
141
apiDescriptionUrl="https://api-service.lowcoder.cloud/api/docs/api-docs"
142
/>
143
</div>
0 commit comments