From 2e15a74c76f0bd819f936d0d55ec7d96b8d905a4 Mon Sep 17 00:00:00 2001 From: Ra Date: Tue, 26 Aug 2025 11:31:41 -0700 Subject: [PATCH] just hard code it for now i guess --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 5075738..58895fb 100644 --- a/functions/index.js +++ b/functions/index.js @@ -716,7 +716,7 @@ exports.createInvitation = onRequest({ cors: true }, async (req, res) => { }); // Generate invite links - const baseUrl = process.env.CLIENT_URL || 'http://localhost:5173'; + const baseUrl = process.env.CLIENT_URL || 'https://auditly-one.vercel.app'; const inviteLink = `${baseUrl}/#/employee-form/${code}`; try { if (!!process.env.SENDGRID_API_KEY) {