From bee5c83eed0498241bbbca0484c02d17d99ea979 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Date: Fri, 15 Apr 2022 19:30:47 +0200 Subject: [PATCH] change hardcoed to use /api in route (#2513) --- 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 1d76585a..40cb67b1 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.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.dev/docs"} + url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.com/api/docs"} /> );