This commit is contained in:
Afiq
2021-01-11 17:59:07 +08:00
parent 73a0599841
commit 317ca2018d
22 changed files with 160 additions and 97 deletions
+1
View File
@@ -104,6 +104,7 @@ Route::get('/khazanah/pelanggan',['as'=>'khazanah.pelanggan','uses'=>'KhazanahCo
Route::get('/khazanah/customer_info',['as'=>'khazanah.customer_info','uses'=>'KhazanahController@info'])->middleware('auth','khazanah');
Route::post('/kakitangan/harian',['as'=>'kakitangan.harian','uses'=>'KakitanganController@kakitanganHarian']);
Route::get('/lelong',['as'=>'lelong','uses'=>'LelongController@lelong']);
//Added Yang Baru
Route::post('/barcodescannedtebus',['as'=>'barcodetebus.scanned','uses'=>'KhazanahController@barcodescannedtebus'])->middleware('auth','khazanah');