change docs to .dev temporarily

fix/remove-hardcoded-swagger
Agusti Fernandez Pardo 2022-04-15 15:28:45 +02:00
parent f229bb6513
commit 7bbde51560
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 187b97afa169f61511cbce4e75e1c6affab56f17 Subproject commit d987d52dbbacfa4c62e01ac77953b1d11b123033

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.SWAGGER_DOCS_URL || "https://api.cal.com/docs"} url={process.env.SWAGGER_DOCS_URL || "https://api.cal.dev/docs"}
/> />
</div> </div>
); );