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 7d85505 commit 4ac2ed4Copy full SHA for 4ac2ed4
src/reporter.js
@@ -1,6 +1,6 @@
1
import request from "browser-request";
2
3
-const url = "http://beta.accesslint.com/api/v1/reports";
+const url = "https://beta.accesslint.com/api/v1/reports";
4
5
export default function (message) {
6
const violations = message.violations;
0 commit comments