mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Update production sync url
This commit is contained in:
parent
46d3719b99
commit
5f29b8b1c7
@ -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}`;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user