added sitemap and docs

This commit is contained in:
2025-11-07 14:45:13 -08:00
parent fb5407a60b
commit a459b86169
6 changed files with 121 additions and 4 deletions

View File

@@ -40,5 +40,8 @@ $framework_routes = [
'/novaconium/logout' => [
'post' => 'NOVACONIUM/logout',
'get' => 'NOVACONIUM/logout'
]
],
'/novaconium/sitemap.xml' => [
'get' => 'NOVACONIUM/sitemap'
],
];