update docs to cal.dev (#2509)

This commit is contained in:
Agusti Fernandez 2022-04-15 15:43:43 +02:00 committed by GitHub
parent f229bb6513
commit 33287d6944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ export default function APIDocs() {
docExpansion="none"
operationsSorter="method"
filter={true}
url={process.env.SWAGGER_DOCS_URL || "https://api.cal.com/docs"}
url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.dev/docs"}
/>
</div>
);