mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 09:37:00 +02:00
Added language selector at the panel
This commit is contained in:
parent
01caf929a1
commit
75073dae34
4 changed files with 44 additions and 18 deletions
|
@ -45,6 +45,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/profile/plans', ProfileController::class .':plans')->setName('plans');
|
||||
$route->get('/profile/invoices', ProfileController::class .':invoices')->setName('invoices');
|
||||
$route->get('/mode', HomeController::class .':mode')->setName('mode');
|
||||
$route->get('/lang', HomeController::class .':lang')->setName('lang');
|
||||
$route->get('/avatar', HomeController::class .':avatar')->setName('avatar');
|
||||
$route->get('/logout', AuthController::class . ':logout')->setName('logout');
|
||||
$route->post('/change-password', PasswordController::class . ':changePassword')->setName('change.password');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue