This commit is contained in:
grandeljay 2022-06-13 12:12:50 +02:00
parent efecc951a1
commit 5354dc163d

View file

@ -19,7 +19,6 @@ $dateFormatter = new \IntlDateFormatter(
\IntlDateFormatter::NONE
);
switch ($_SERVER['REQUEST_METHOD']) {
case 'GET':
$posts = Blog::getPosts();