Added vmedia age

This commit is contained in:
Olu Amey
2021-09-25 11:39:44 -04:00
parent 9420c6c1af
commit 24b3814505
9 changed files with 202 additions and 571 deletions
+5
View File
@@ -44,6 +44,11 @@ $routes->get('/tools', 'Tools::index');
$routes->get('/blog', 'Home::blog');
$routes->get('/vmedia/show', 'Tools::vmedia');
$routes->get('/printables/(:alphanum)', 'Printables::show/$1', ['as' => 'printables_request_show']);
/*
* --------------------------------------------------------------------
* Additional Routing