Skip to content

Commit

Permalink
Added HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBinary authored Jul 13, 2017
1 parent 88613e5 commit 99f919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Configuration
*
* @var string
*/
protected $host = 'http://staging.radiomanager.pluxbox.com/api/v2';
protected $host = 'https://staging.radiomanager.pluxbox.com/api/v2';

/**
* Timeout (second) of the HTTP request, by default set to 0, no timeout
Expand Down

0 comments on commit 99f919e

Please sign in to comment.