added user page

This commit is contained in:
dev-chiefworks
2022-10-15 11:50:24 -04:00
parent 421d9a937e
commit bcbc36bcf0
3 changed files with 53 additions and 1 deletions
+3
View File
@@ -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