adding proper url for hosted backend
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user