Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Pointing to new server
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal committed Mar 28, 2018
1 parent 38a9a71 commit dc35043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
let mediaRecorder = null;
const metrics = new Metrics();
const LOCAL_TEST = false;
const STT_SERVER_URL = "https://speaktome.services.mozilla.com";
const STT_SERVER_URL = "https://speaktome-2.services.mozilla.com";

const DONE_ANIMATION = browser.extension.getURL("Done.json");
const SPINNING_ANIMATION = browser.extension.getURL("Spinning.json");
Expand Down

0 comments on commit dc35043

Please sign in to comment.