From 093906059b7ed462caa736ecab0bf6f8f163fd94 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 22:17:54 +0100 Subject: [PATCH] fix urls --- Admin/Install/Navigation.install.json | 2 +- info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 336cd4e..37de847 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Dashboard", - "uri": "{/prefix}?{?}", + "uri": "{/lang}/{/app}/?{?}", "target": "self", "icon": null, "order": 1, diff --git a/info.json b/info.json index b3628d8..e0f8981 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "The backend dashboard module.", "directory": "Dashboard",