fix confilict

This commit is contained in:
2026-05-17 14:48:07 +03:30
parent c994a3cbd0
commit 81401060b0
2 changed files with 2 additions and 0 deletions

View File

@@ -53,4 +53,5 @@ class ProfileController extends Controller
return $this->successResponse();
}
}

View File

@@ -33,3 +33,4 @@ Route::prefix('profile')
Route::post('edit', 'edit')->name('edit');
Route::post('change_password', 'changePassword')->name('changePassword');
});