Composer vendor code update.

This commit is contained in:
ekes 2015-03-28 11:44:43 +01:00
parent 0e372ca4c8
commit a18397d3e3
9 changed files with 88 additions and 74 deletions

View file

@ -44,7 +44,7 @@ class Connect {
$this->apiUrl = $configuration['api_url'];
}
else {
$this->apiUrl = 'https://new-radar.squat.net/api/1.0/';
$this->apiUrl = 'https://radar.squat.net/api/1.0/';
}
$this->debug = !empty($configuration['debug']);
}