change docs to .dev temporarily
parent
f229bb6513
commit
7bbde51560
2
apps/api
2
apps/api
|
@ -1 +1 @@
|
|||
Subproject commit 187b97afa169f61511cbce4e75e1c6affab56f17
|
||||
Subproject commit d987d52dbbacfa4c62e01ac77953b1d11b123033
|
|
@ -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.SWAGGER_DOCS_URL || "https://api.cal.dev/docs"}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue