From 666f5f89780a7dd968a6110fa5fda526e614f935 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- Admin/Install/Navigation.install.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f24c46b..b1065e6 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -20,7 +20,7 @@ "type": 1, "subtype": 1, "name": "Logout", - "uri": "/{/lang}/api/logout?{?}", + "uri": "{/lang}/api/logout?{?}", "target": "self", "icon": "fa fa-power-off", "order": 999,