mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 01:23:22 +02:00
Updated the profile page
This commit is contained in:
parent
5d0778526c
commit
ac61a4c3ad
7 changed files with 45 additions and 672 deletions
|
@ -80,10 +80,6 @@ $app->group('', function ($route) {
|
|||
$route->get('/support/media', SupportController::class .':mediakit')->setName('mediakit');
|
||||
|
||||
$route->get('/profile', ProfileController::class .':profile')->setName('profile');
|
||||
$route->get('/profile/notifications', ProfileController::class .':notifications')->setName('notifications');
|
||||
$route->get('/profile/security', ProfileController::class .':security')->setName('security');
|
||||
$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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue