mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.0.7
This commit is contained in:
@@ -109,6 +109,7 @@ Route::middleware(['auth','staff'])->group(function () {
|
||||
Route::post('/ecc/inventory/add/{id}/{periode}/{niveau}' , 'ECCController@booking_add');
|
||||
Route::post('/ecc/inventory/remove/{id}/{periode}/{niveau}' , 'ECCController@booking_remove');
|
||||
Route::get('/ecc/list','ECCController@list');
|
||||
Route::get('/ecc/files','ECCController@files');
|
||||
|
||||
});
|
||||
/* Other Route */
|
||||
|
||||
Reference in New Issue
Block a user