From 73e93bc6e79eca7a6f32639164e6cd417c80c70f Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 8 Oct 2019 19:00:10 +0200 Subject: [PATCH] fix cashdesk port --- config/rzl/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rzl/index.js b/config/rzl/index.js index e688571..f411afa 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -356,7 +356,7 @@ const config: Config = { ui: [ { type: "link", - link: "http://cashdesk.rzl:8081/", + link: "http://cashdesk.rzl:8000/", text: "Open Cashdesk", icon: mdi("open-in-new") }