diff --git a/backend/app/Admin/Controllers/ProfileController.php b/backend/app/Admin/Controllers/ProfileController.php index 23a80f7e..3a810e55 100644 --- a/backend/app/Admin/Controllers/ProfileController.php +++ b/backend/app/Admin/Controllers/ProfileController.php @@ -53,4 +53,5 @@ class ProfileController extends Controller return $this->successResponse(); } + } diff --git a/backend/routes/expert.php b/backend/routes/expert.php index fcd1803d..12c3e98a 100755 --- a/backend/routes/expert.php +++ b/backend/routes/expert.php @@ -33,3 +33,4 @@ Route::prefix('profile') Route::post('edit', 'edit')->name('edit'); Route::post('change_password', 'changePassword')->name('changePassword'); }); +