diff --git a/.nova/Publishing/Phlaym.json b/.nova/Publishing/Phlaym.json index 0f5cfff..899c300 100644 --- a/.nova/Publishing/Phlaym.json +++ b/.nova/Publishing/Phlaym.json @@ -3,7 +3,7 @@ "ignoredFilePatterns" : [ "logs" ], - "remotePath" : "\/var\/www\/html\/Dragonpolls\/vendor\/hutattedonmyarm\/apnuti", - "server" : "Phlaym", + "remotePath" : "\/var\/www\/dragonpolls\/vendor\/hutattedonmyarm\/apnuti", + "server" : "Rabenberger Photos", "usesPublishing" : true } diff --git a/src/APnutI.php b/src/APnutI.php index b15d744..28a905f 100644 --- a/src/APnutI.php +++ b/src/APnutI.php @@ -501,7 +501,7 @@ class APnutI foreach ($params as $param => $value) { $parameters[$param] = $value; } - $response = $this->get('posts/search', $parameters); + $response = $this->get('/posts/search', $parameters); if (count($response) === 0) { return []; }