Create sitemap

This commit is contained in:
2024-02-15 10:17:09 +01:00
parent 30937e8d75
commit 92c470aade
3 changed files with 35 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ function initRouter(): array
if($_SERVER["REQUEST_METHOD"] == "POST"){
$routerRequest["type"] = "api";
}
if(empty($routerRequest["type"])) {
$routerRequest["type"] = "page";
}