From b9508a0400c8a5d35a782500b72b9fb4d7f342ae Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Tue, 7 May 2024 13:32:56 +0530 Subject: [PATCH] CHANGE_MAKE_CREATE : AADHAVAN --- app/Views/make_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {