24
1
Fork 0

Really switch the android beta to use send.firefox.com.

This commit is contained in:
Donovan Preston 2019-03-12 13:59:30 -04:00
parent 30fc4e7e08
commit 862fedb420
1 changed files with 1 additions and 1 deletions

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) {