diff --git a/.gitmodules b/.gitmodules index 97d567d323..bd8f792c5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 2.3.0 + branch = 2.3.1 diff --git a/app/config/services.php b/app/config/services.php index f7fe5fe8d1..8383b44c82 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -1,9 +1,9 @@ [ - 'key' => 'homepage', - 'name' => 'Homepage', + 'web/home' => [ + 'key' => 'web/home', + 'name' => 'Home', 'subtitle' => '', 'description' => '', 'controller' => 'web/home.php', @@ -14,8 +14,8 @@ return [ 'optional' => false, 'icon' => '', ], - 'console' => [ - 'key' => 'console', + 'web/console' => [ + 'key' => 'web/console', 'name' => 'Console', 'subtitle' => '', 'description' => '', diff --git a/app/console b/app/console index ecefbf85dd..cfb6a45f27 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit ecefbf85ddfd05380b0cb665696b89786f4f2659 +Subproject commit cfb6a45f27c13be8b9785c9a67c081ccb9cc9d31