diff --git a/app/Views/make_list.php b/app/Views/make_list.php index d8f31de..036c8c2 100644 --- a/app/Views/make_list.php +++ b/app/Views/make_list.php @@ -148,7 +148,7 @@ $.ajax({ type: 'POST', - url: 'create_model', + url: 'create_model/'+$('#make_id').val(), data: formData, dataType: 'json', success: function(response) {