From 33287d6944e027b1c830e37e547dbe8a7b371450 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Date: Fri, 15 Apr 2022 15:43:43 +0200 Subject: [PATCH] update docs to cal.dev (#2509) --- apps/swagger/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/swagger/pages/index.tsx b/apps/swagger/pages/index.tsx index 9726c5ef..1d76585a 100644 --- a/apps/swagger/pages/index.tsx +++ b/apps/swagger/pages/index.tsx @@ -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.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.dev/docs"} /> );