From 4b2265c35d161ca44e1b51b82bbb4b09ecae8565 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 24 Feb 2025 15:58:25 +0100 Subject: [PATCH] chore: removed experimental calcom license api call (#19366) --- apps/api/v1/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/api/v1/README.md b/apps/api/v1/README.md index 1a3e1a7c49..a31dec468b 100644 --- a/apps/api/v1/README.md +++ b/apps/api/v1/README.md @@ -190,16 +190,6 @@ We make sure of this by not using next in dev, but next build && next start, if See . Here in dev mode OPTIONS method is hardcoded to return only GET and OPTIONS as allowed method. Running in Production mode would cause this file to be not used. This is hot-reloading logic only. To remove this limitation, we need to ensure that on local endpoints are requested by swagger at /api/v1 and not /v1 -## Hosted api through cal.com - -> _❗ WARNING: This is still experimental and not fully implemented yet❗_ - -Go to console.cal.com -Add a deployment or go to an existing one. -Activate API or Admin addon -Provide your `DATABASE_URL` -Now you can call api.cal.com?key=CALCOM_LICENSE_KEY, which will connect to your own databaseUrl. - ## How to deploy We recommend deploying API in vercel.