Skip to content

Commit

Permalink
update API endpoint URL scheme to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rijoanul-Shanto authored Apr 5, 2023
1 parent 43f1707 commit f0ff736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrivedesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private function define_constants() : void
$this->define('THRIVEDESK_PLUGIN_ASSETS_PATH', plugin_dir_path(__FILE__) . 'assets');
// Url with no ending /
$this->define('THRIVEDESK_APP_URL', 'https://app.thrivedesk.com');
$this->define('THRIVEDESK_API_URL', 'http://api.thrivedesk.com');
$this->define('THRIVEDESK_API_URL', 'https://api.thrivedesk.com');
$this->define('THRIVEDESK_DB_TABLE_CONVERSATION', 'td_conversations');
$this->define('THRIVEDESK_DB_VERSION', 1.2);
$this->define('OPTION_THRIVEDESK_DB_VERSION', 'td_db_version');
Expand Down

0 comments on commit f0ff736

Please sign in to comment.