first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use CodeIgniter\Router\RouteCollection;
|
||||
|
||||
/**
|
||||
* @var RouteCollection $routes
|
||||
*/
|
||||
$routes->get('/', 'Home::index');
|
||||
|
||||
$routes->get('/en/wrench/api/v1/blogdata/wrenchboard', 'BlogData::website');
|
||||
$routes->get('/en/wrench/api/v1/blogdata/wrenchboard/(:any)', 'BlogData::blogLimitedData/$1');
|
||||
Reference in New Issue
Block a user