Skip to content

Commit

Permalink
use https
Browse files Browse the repository at this point in the history
  • Loading branch information
tamagokun committed Oct 26, 2016
1 parent 8d568f8 commit 230fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FridgeApi/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Client
{
public $base = "http://api.fridgecms.com/v1";
public $base = "https://api.fridgecms.com/v1";
public $debug = false;
protected $agent, $access_token, $refresh_token, $api_key, $api_secret;

Expand Down

0 comments on commit 230fb2c

Please sign in to comment.