Jimy пре 6 година
родитељ
комит
36142702c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/admin/sportsfoot/outcome.blade.php

+ 1 - 1
resources/views/admin/sportsfoot/outcome.blade.php

@@ -327,7 +327,7 @@
             $.ajax({
                 type: 'POST',
                 dataType: 'json',
-                url: '/admin/Sportsfoot/sairesult',
+                url: '/admin/Sportsfoot/Matchresult',
                 data: {match_id:match_id},
                 success: function(data) {
                     document.getElementById("firstscore").value=data.first_score;