Skip to content

Commit

Permalink
Use SSL for API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 30, 2016
1 parent 8dc7573 commit 2ea8fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveragespace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
__project__ = 'coverage.space'
__version__ = '0.6.1'

API = 'http://api.coverage.space'
API = 'https://api.coverage.space'

VERSION = "{0} v{1}".format(__project__, __version__)

0 comments on commit 2ea8fa8

Please sign in to comment.