Skip to content

Commit a937394

Browse files
committed
update api url
1 parent 0f96791 commit a937394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webhint-theme/source/js/telemetry/telemetry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const activityKey = 'webhint-activity';
44
const productKey = 'webhint-online-scanner';
55
const storage = window.localStorage;
6-
const telemetryApiEndpoint = 'http://localhost:7071/api/webhint-telemetry-ingress-api';
6+
const telemetryApiEndpoint = 'https://webhint-telemetry-api-appservice.azurewebsites.net/api/webhint-telemetry-ingress-api';
77
let sendTimeout = null;
88
let telemetryQueue = [];
99
let options = {

0 commit comments

Comments
 (0)