Bewertungssystem #36

Merged
niklas.ortmann merged 6 commits from Bewertungssystem into dev 2026-06-17 21:29:25 +02:00
Showing only changes of commit cb44c3f5a8 - Show all commits
+2 -1
View File
@@ -50,7 +50,8 @@ if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["q"])) {
"author" => $obj->author,
"category" => $obj->category,
"tags" => $obj->tags,
"creationDate" => $obj->creationDate
"creationDate" => $obj->creationDate,
"likes" => $obj->likes,
];
}