make path relative
This commit is contained in:
@ -51,7 +51,7 @@ $(document).ready(function() {
|
|||||||
},
|
},
|
||||||
function(res) {
|
function(res) {
|
||||||
if (res) {
|
if (res) {
|
||||||
window.location.href = 'http://localhost:3001/bonfires'
|
window.location.href = '/bonfires'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user