From 97898d88b117f3d76f7ea164f70293e7c4d47f84 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Tue, 27 Jun 2023 00:52:58 +0500 Subject: [PATCH] hm --- dashboard/dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/dashboard.js b/dashboard/dashboard.js index c96cde9c..f4e8f7f8 100644 --- a/dashboard/dashboard.js +++ b/dashboard/dashboard.js @@ -44,8 +44,8 @@ module.exports.load = async client => { }, SSL: { enabled: true, - key: "../jababot-cloudflare.key", - cert: "../jababot-cloudflare.crt", + key: "../../jababot-cloudflare.key", + cert: "../../jababot-cloudflare.crt", }, cookiesSecret: client.config.dashboard.secret, domain: client.config.dashboard.domain,