Browse Source

refresh session

Alexander Musikhin 1 tháng trước cách đây
mục cha
commit
bbd606af25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/layouts/app.blade.php

+ 1 - 1
resources/views/layouts/app.blade.php

@@ -141,7 +141,7 @@
                     headers: {
                         'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                     }
-                }).then(function (result) {
+                }).then(function () {
                     console.log('Updated csrf token');
                 });
             }