From c63e92e47fdac24ea2e7472883dacf7ae4a39729 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Mon, 23 Nov 2020 19:58:49 +0100 Subject: [PATCH] fixed config to point to correct acme.png Signed-off-by: Philip Molares --- public/api/v2/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/api/v2/config b/public/api/v2/config index 29e90faf8..4693cdd2f 100644 --- a/public/api/v2/config +++ b/public/api/v2/config @@ -16,7 +16,7 @@ "allowRegister": true, "branding": { "name": "ACME Corp", - "logo": "http://localhost:3001/acme.png" + "logo": "http://localhost:3001/img/acme.png" }, "banner": { "text": "This is the test banner text",