mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-31 10:14:16 +00:00
WIP booking updated feature
This commit is contained in:
@@ -46,6 +46,7 @@ Route::group(['middleware' => 'auth:api'], function () {
|
||||
Route::get('user-complete-booking', 'BookingController@userComplete');
|
||||
|
||||
Route::get('user', 'UserController@show');
|
||||
Route::get('notifications', 'UserController@notifications');
|
||||
Route::patch('settings/profile', 'Settings\ProfileController@update');
|
||||
Route::patch('settings/password', 'Settings\PasswordController@update');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user