Merge branch 'new-super' into afiqhamzah-feat-mykad-reader-registration

This commit is contained in:
afiq.hamzah
2022-11-14 11:20:28 +08:00
5 changed files with 31 additions and 208 deletions
+4 -1
View File
@@ -23,4 +23,7 @@ Route::post('/chat-bot', 'CustomersController@listenToReplies');
Route::group(['prefix' => 'dashboard'], function () {
Route::post('/login', 'Auth\LoginController@loginDashboard');
Route::post('/logout', 'Auth\LoginController@logoutDashboard');
});
});
Route::get('/roles_harian/{kodcaw}', 'Auth\LoginController@GetRolesHarian');