Switch the package name, for signing with a new key; switch the server to send.firefox.com

This commit is contained in:
Donovan Preston 2019-03-12 12:35:45 -04:00
parent 7710cf98e9
commit 8c59e54677
4 changed files with 5 additions and 7 deletions

View file

@ -22,7 +22,7 @@ import { getTranslator } from '../app/locale';
import { delay } from '../app/utils';
if (navigator.userAgent === 'Send Android') {
setApiUrlPrefix('https://send2.dev.lcip.org');
setApiUrlPrefix('https://send.firefox.com');
}
const app = choo();