This commit is contained in:
sayaliparab
2024-06-13 16:02:05 +05:30
parent 2e454db0f6
commit 00d103753d

View File

@@ -224,8 +224,7 @@ $currentPage = 'manage_profile';
$.ajax({
type: 'POST',
url: '{{ route('
update.profile ') }}',
url: '{{ route('update.profile') }}',
data: formData,
beforeSend: function() {
$('#updates_profile').html('Please wait...');