diff --git a/pages/api/config.ts b/pages/api/config.ts index 044a0987..7c9c50ab 100644 --- a/pages/api/config.ts +++ b/pages/api/config.ts @@ -6,6 +6,7 @@ type Configs = { export default function handler(req: NextApiRequest, res: NextApiResponse) { const { + API_URL = '', ARGO_CD_URL = '', ARGO_WORKFLOWS_URL = '', ATLANTIS_URL = '', @@ -25,6 +26,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse