wesley hace 7 años
padre
commit
2b29561424
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/admin/call/list/index.blade.php

+ 1 - 1
resources/views/admin/call/list/index.blade.php

xqd
@@ -122,7 +122,7 @@
 
                 $.ajax({
                     type: 'post',
-                    url: '{{ U('Call/list/alldelete') }}',
+                    url: '{{ U('Call/List/alldelete') }}',
                     data: {list_ids: list_ids, _token: csrf_token},
                     success: function (data) {
                         if (data == 200) {