Skip to content

Commit f540799

Browse files
chasecar lib set to HTTPS
1 parent b196d55 commit f540799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/chasecar.lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
ChaseCar = {
9-
db_uri: "http://habitat.habhub.org/", // db address
9+
db_uri: "https://tracker.habhub.org/", // db address
1010
uuidsRequested: false, // used in .request() to track whenever it has requested uuids
1111
_uuids: [], // array with uuids
1212
ucount: 20, // number of uuids in the _uuids array (determines how many uuids are request at a time)

0 commit comments

Comments
 (0)