Skip to content

Commit

Permalink
change update task
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 29, 2024
1 parent e036df1 commit 551d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tasks.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
var updateUrl = '/task/' + taskId;
console.log(taskId);
$.ajax({
url: '{{ route('task.update', ['id' => $taskId]) }}',
url: updateUrl,
type: 'PUT',
data: formData,
processData: false,
Expand Down

0 comments on commit 551d0c0

Please sign in to comment.