added user page
This commit is contained in:
@@ -54,6 +54,9 @@ $routes->get('/vmedia/show', 'Tools::vmedia');
|
||||
|
||||
$routes->get('/printables/(:alphanum)', 'Printables::show/$1', ['as' => 'printables_request_show']);
|
||||
|
||||
$routes->get('/mypage/(:alphanum)', 'Mypage::show/$1');
|
||||
$routes->get('/page/(:alphanum)', 'Mypage::show/$1');
|
||||
|
||||
/*
|
||||
* --------------------------------------------------------------------
|
||||
* Additional Routing
|
||||
|
||||
Reference in New Issue
Block a user