Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 1f013c8

Browse files
author
Roman Labunsky
committed
fix: fixed insights url
1 parent 027f7d4 commit 1f013c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/insight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const loggerFactory = require('./loggerFactory')
88
const utils = require('./utils')
99

1010
const logger = loggerFactory.get('insight')
11-
const BASE_URL = 'http://localhost:8000'
11+
const BASE_URL = 'https://gateway.datree.io'
1212

1313
program
1414
.option('-e, --event <event>', 'Event type')

0 commit comments

Comments
 (0)