update docs to cal.dev (#2509)
This commit is contained in:
parent
f229bb6513
commit
33287d6944
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default function APIDocs() {
|
||||||
docExpansion="none"
|
docExpansion="none"
|
||||||
operationsSorter="method"
|
operationsSorter="method"
|
||||||
filter={true}
|
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>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue