This commit is contained in:
Bruno Rybársky 2024-04-25 23:16:57 +02:00
parent ace3ea61f7
commit d021302fd1

@ -15,6 +15,7 @@ function addMeme(string $title, string $memeText, int $imageID): array
$output["Error"] = $stmtMemeAdd->error;
}
}
echo "Hi";
return $output;
}