Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit ae3901c

Browse files
La0marco-c
authored andcommitted
Use new backend (#84)
1 parent 92989d6 commit ae3901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function main(load, display, opts) {
3434

3535
// Coverage retrieval.
3636

37-
const COVERAGE_BACKEND_HOST = 'https://coverage.moz.tools';
37+
const COVERAGE_BACKEND_HOST = 'https://api.coverage.moz.tools';
3838

3939
function cache_get(cache, key) {
4040
if (key in cache) {

0 commit comments

Comments
 (0)