adding proper url for hosted backend

This commit is contained in:
Arjun Patel
2019-01-25 01:21:40 -08:00
parent 748f25ce2c
commit 5e08e78f9d
+1 -1
View File
@@ -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) {