Skip to content

Commit 756ed17

Browse files
committed
update url for telemetry stats. refs #47 for eventual abstraction work
1 parent d53073d commit 756ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/statsFromResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function(query, statsInfo, response) {
4444
};
4545

4646
request.post({
47-
url: "http://idb-redis-stats.acis.ufl.edu:3000",
47+
url: "http://idb-portal-telemetry-collector.acis.ufl.edu:3000",
4848
body: JSON.stringify(stats)
4949
}, function(error, response, body) {
5050
if(error) {

0 commit comments

Comments
 (0)