We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8132b04 commit bee5c83Copy full SHA for bee5c83
apps/swagger/pages/index.tsx
@@ -38,7 +38,7 @@ export default function APIDocs() {
38
docExpansion="none"
39
operationsSorter="method"
40
filter={true}
41
- url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.dev/docs"}
+ url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.com/api/docs"}
42
/>
43
</div>
44
);
0 commit comments