init backend presensi
This commit is contained in:
19
app/Modules/Students/Routes.php
Normal file
19
app/Modules/Students/Routes.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Students Module Routes
|
||||
*
|
||||
* This file is automatically loaded by ModuleLoader.
|
||||
* Define your student management routes here.
|
||||
*
|
||||
* @var RouteCollection $routes
|
||||
*/
|
||||
|
||||
// Example route structure (uncomment and modify as needed):
|
||||
// $routes->group('api/students', ['namespace' => 'App\Modules\Students\Controllers'], function($routes) {
|
||||
// $routes->get('/', 'StudentController::index');
|
||||
// $routes->get('(:num)', 'StudentController::show/$1');
|
||||
// $routes->post('/', 'StudentController::create');
|
||||
// $routes->put('(:num)', 'StudentController::update/$1');
|
||||
// $routes->delete('(:num)', 'StudentController::delete/$1');
|
||||
// });
|
||||
Reference in New Issue
Block a user