change hardcoed to use /api in route (#2513)

This commit is contained in:
Agusti Fernandez 2022-04-15 19:30:47 +02:00 committed by GitHub
parent 8132b04a27
commit bee5c83eed
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" docExpansion="none"
operationsSorter="method" operationsSorter="method"
filter={true} filter={true}
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"}
/> />
</div> </div>
); );