Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenjiaqi authored Mar 9, 2017
2 parents 28e8b43 + e5e29a2 commit aa8272e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FDS/FDSClientConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function buildBaseUri($enableCdn) {
}

$uri = $this->enable_https ? self::URI_HTTPS_PREFIX : self::URI_HTTP_PREFIX;

if (!empty($this->endpoint)) {
$uri .= $this->endpoint;
} else if ($enableCdn) {
Expand Down

0 comments on commit aa8272e

Please sign in to comment.