Skip to content

Commit

Permalink
Change connection verification end-point
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioschneider committed Oct 22, 2015
1 parent 04329a1 commit a14142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent/providers/network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exp.get_open_access_points_list = function(callback) {
};

exp.get_connection_status = function(cb) {
https.get({protocol: 'https:', hostname: 'control.preyproject.com'}, return_status)
https.get({protocol: 'https:', hostname: 'control.preyproject.com/healthz'}, return_status)
.on('error', function(e) {
cb('disconnected');
});
Expand Down

0 comments on commit a14142b

Please sign in to comment.