Skip to content

Commit 1874ddd

Browse files
committed
Point to production report url.
1 parent 2a91850 commit 1874ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import request from "browser-request";
22

3-
const url = "https://accesslint-service-staging.herokuapp.com/api/v1/reports";
3+
const url = "http://beta.accesslint.com/api/v1/reports";
44

55
export default function (message) {
66
let violations = message.violations;

0 commit comments

Comments
 (0)