From 5e08e78f9d305e63de8f720b232fa5fcdfa1d7c9 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 25 Jan 2019 01:21:40 -0800 Subject: [PATCH] adding proper url for hosted backend --- dist/js/added.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/js/added.js b/dist/js/added.js index dd20de7..06e7007 100644 --- a/dist/js/added.js +++ b/dist/js/added.js @@ -3,7 +3,7 @@ $(document).ready(function() { e.preventDefault(); $.ajax({ - url: 'http://localhost:3000/api/users/landing', + url: 'https://ucharify-api.herokuapp.com/api/users/landing', type: 'post', data: $('#email-form').serialize(), success: function(data) {