diff --git a/public/custom-fields.js b/public/custom-fields.js index 5685a8dca..fef5b3c43 100644 --- a/public/custom-fields.js +++ b/public/custom-fields.js @@ -307,7 +307,7 @@ var ChooseProductCustomField = function () { }, ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "https://my-bigcommerce-store-oct-14.vercel.app/api/search-products", + url: "https://nextjs-commerce-agility-cms.vercel.app/api/search-products", //url: "http://localhost:3000/api/search-products", dataType: 'json', type: "get",