updated kaunter server 11/11/2022

This commit is contained in:
e.arrahn
2022-11-11 19:36:02 +08:00
parent bb9719138c
commit 026c847418
2 changed files with 24 additions and 1 deletions
+4 -1
View File
@@ -23,4 +23,7 @@ Route::post('/chat-bot', 'CustomerController@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');