From 8c892f42e98a8ee1f8a59a126b75b4b98ac47d95 Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Sun, 2 Jun 2024 02:38:40 +0200 Subject: [PATCH] I'm tired... ok --- src/routes/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dashboard.js b/src/routes/dashboard.js index ac28ea7..30d3bf4 100644 --- a/src/routes/dashboard.js +++ b/src/routes/dashboard.js @@ -315,7 +315,7 @@ export const dashboardRoutes = (fastify, _, done) => { } if (env.CERTS_URL) { - const resp = await fetch(`http://${CERTS_URL}/provision`, { + const resp = await fetch(`http://${env.CERTS_URL}/provision`, { method: "POST", body: { domain: req.body.domain