Merge branch 'main' of bitbucket.org:venbainformationtechnology/the_mechanic into main

This commit is contained in:
sriramv 2024-05-07 13:39:08 +05:30
commit 9937a4f5c1

View File

@ -148,7 +148,7 @@
$.ajax({
type: 'POST',
url: 'create_model',
url: 'create_model/'+$('#make_id').val(),
data: formData,
dataType: 'json',
success: function(response) {