We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a91850 commit 1874dddCopy full SHA for 1874ddd
src/reporter.js
@@ -1,6 +1,6 @@
1
import request from "browser-request";
2
3
-const url = "https://accesslint-service-staging.herokuapp.com/api/v1/reports";
+const url = "http://beta.accesslint.com/api/v1/reports";
4
5
export default function (message) {
6
let violations = message.violations;
0 commit comments