Update production sync url

This commit is contained in:
Gregory Schier 2016-10-21 10:21:40 -07:00
parent 46d3719b99
commit 5f29b8b1c7

View File

@ -52,6 +52,6 @@ function _getUrl (path) {
if (isDevelopment()) {
return `http://localhost:8000${path}`;
} else {
return `https://api.insomnia.rest${path}`;
return `https://insomnia-api.herokuapp.com${path}`;
}
}