Edit page working
This commit is contained in:
@@ -13,6 +13,15 @@ $framework_routes = [
|
||||
'/novaconium/dashboard' => [
|
||||
'get' => 'NOVACONIUM/dashboard'
|
||||
],
|
||||
'/novaconium/pages' => [
|
||||
'get' => 'NOVACONIUM/pages'
|
||||
],
|
||||
'/novaconium/page/edit/{id}' => [
|
||||
'get' => 'NOVACONIUM/editpage'
|
||||
],
|
||||
'/novaconium/savePage' => [
|
||||
'post' => 'NOVACONIUM/savepage'
|
||||
],
|
||||
'/novaconium/logout' => [
|
||||
'post' => 'NOVACONIUM/logout',
|
||||
'get' => 'NOVACONIUM/logout'
|
||||
|
||||
Reference in New Issue
Block a user