From 862fedb4207584232294c8009c3f1d14f06eb456 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Tue, 12 Mar 2019 13:59:30 -0400 Subject: [PATCH] Really switch the android beta to use send.firefox.com. --- app/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api.js b/app/api.js index 52b78775..ccc7854e 100644 --- a/app/api.js +++ b/app/api.js @@ -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) {