From 62820fd272d1f480d2600aa4508f579c22f46838 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Tue, 6 May 2025 20:34:40 +0200 Subject: [PATCH] fix missing / --- .nova/Publishing/Phlaym.json | 4 ++-- src/APnutI.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 []; }