done #3

Merged
PBS2H21ASH merged 19 commits from done into don 2023-01-24 20:11:21 +01:00
Showing only changes of commit 92f539fa14 - Show all commits

View File

@ -33,7 +33,7 @@ class Router
if (isset($_POST)) {
$this->request["body"] = json_decode(file_get_contents('php://input'), true);
}
if (isset($_POST)) {
if (isset($_GET)) {
$this->request["params"] = $_GET;
}