mirror of
https://github.com/rajnandan1/kener.git
synced 2026-08-07 07:14:56 +00:00
8d2808c291
DeletePage in pagesController already enforces this invariant for the manage UI (the UI's delete confirm for home was always rejected server-side), and the public site root assumes the home page exists. Before the ~home token the v4 DELETE could never reach the home page; now that it can, it returns 400 like the rest of the app. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>