WIP booking updated feature

This commit is contained in:
Jack Goh
2018-08-29 09:38:55 +08:00
parent 88d704b368
commit dfe092f89c
8 changed files with 60 additions and 11 deletions
+1
View File
@@ -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');