make path relative

This commit is contained in:
Michael Q Larson
2015-01-28 14:48:18 -08:00
parent de94719e67
commit 0739934c50

View File

@ -51,7 +51,7 @@ $(document).ready(function() {
},
function(res) {
if (res) {
window.location.href = 'http://localhost:3001/bonfires'
window.location.href = '/bonfires'
}
})
}