daemon-idc init
This commit is contained in:
parent
ac1d3c554c
commit
74bb56917f
@ -75,7 +75,7 @@ $routes->group('admin', ['namespace' => 'App\Controllers\Admin', 'filter' => 'au
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$routes->group('', ['namespace' => 'App\Controllers\Ajax'], function ($routes) {
|
$routes->group('ajax', ['namespace' => 'App\Controllers\Ajax'], function ($routes) {
|
||||||
$routes->group('inquiry', function ($routes) {
|
$routes->group('inquiry', function ($routes) {
|
||||||
$routes->post('create', 'InquiryController::create');
|
$routes->post('create', 'InquiryController::create');
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user