Edit page working

This commit is contained in:
2025-08-12 23:08:20 -07:00
parent 4aebef12c8
commit 2f76c1ae35
15 changed files with 272 additions and 7 deletions

View File

@@ -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'