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

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>
);