Merge pull request #1220 from mozilla/really-use-send.firefox.com

Really switch the android beta to use send.firefox.com.
This commit is contained in:
Danny Coates 2019-03-12 11:10:57 -07:00 committed by GitHub
commit cdff2884cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ try {
// NOOP
}
if (!fileProtocolWssUrl) {
fileProtocolWssUrl = 'wss://send2.dev.lcip.org/api/ws';
fileProtocolWssUrl = 'wss://send.firefox.com/api/ws';
}
export function setFileProtocolWssUrl(url) {