change hardcoed to use /api in route (#2513)
parent
8132b04a27
commit
bee5c83eed
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue