adding proper url for hosted backend
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ $(document).ready(function() {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://localhost:3000/api/users/landing',
|
url: 'https://ucharify-api.herokuapp.com/api/users/landing',
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: $('#email-form').serialize(),
|
data: $('#email-form').serialize(),
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user