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

pull/2380/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default function APIDocs() {
docExpansion="none"
operationsSorter="method"
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>
);