mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
Merge pull request #232 from amitkeret/couchpotato
Bugfix: fix url() format
This commit is contained in:
commit
3be7d64a5e
@ -34,7 +34,7 @@ class CouchPotato extends \App\SupportedApps implements \App\EnhancedApps {
|
||||
}
|
||||
public function url($endpoint)
|
||||
{
|
||||
$api_url = parent::normaliseurl($this->config->url).'/api/'.$this->config->apikey.'/'.$endpoint;
|
||||
$api_url = parent::normaliseurl($this->config->url).'api/'.$this->config->apikey.'/'.$endpoint;
|
||||
return $api_url;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user