fix missing /

This commit is contained in:
Max Nuding 2025-05-06 20:34:40 +02:00
parent 2f5aa63306
commit 62820fd272
Signed by: phlaym
SSH Key Fingerprint: SHA256:mionmF+5trOUI1AxqzAU1ZK3tv6IiDcdKGXcMWwa1nQ
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"ignoredFilePatterns" : [ "ignoredFilePatterns" : [
"logs" "logs"
], ],
"remotePath" : "\/var\/www\/html\/Dragonpolls\/vendor\/hutattedonmyarm\/apnuti", "remotePath" : "\/var\/www\/dragonpolls\/vendor\/hutattedonmyarm\/apnuti",
"server" : "Phlaym", "server" : "Rabenberger Photos",
"usesPublishing" : true "usesPublishing" : true
} }

View File

@ -501,7 +501,7 @@ class APnutI
foreach ($params as $param => $value) { foreach ($params as $param => $value) {
$parameters[$param] = $value; $parameters[$param] = $value;
} }
$response = $this->get('posts/search', $parameters); $response = $this->get('/posts/search', $parameters);
if (count($response) === 0) { if (count($response) === 0) {
return []; return [];
} }