ready to test new layout
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user