ready to test new layout

This commit is contained in:
2025-12-14 03:45:07 -08:00
parent 6f410b5d0e
commit 934e134941
8 changed files with 57 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ $framework_routes = [
],
'/novaconium/login' => [
'post' => 'NOVACONIUM/authenticate',
'get' => 'NOVACONIUM/login'
'get' => 'NOVACONIUM/auth/login'
],
'/novaconium/dashboard' => [
'get' => 'NOVACONIUM/dashboard'
@@ -38,8 +38,8 @@ $framework_routes = [
'post' => 'NOVACONIUM/message_save'
],
'/novaconium/logout' => [
'post' => 'NOVACONIUM/logout',
'get' => 'NOVACONIUM/logout'
'post' => 'NOVACONIUM/auth/logout',
'get' => 'NOVACONIUM/auth/logout'
],
'/novaconium/sitemap.xml' => [
'get' => 'NOVACONIUM/sitemap'