Restructure internal URL prefixes from /_/... to /_...

- Move API routes from /_/api/ to /_api/
- Move uploaded files from /_/f/ to /_f/
- Move built assets from /_/assets/ to /_assets/
- Move admin shell from /_/admin to /_admin
- Update Vite proxy/build config, frontend fetches/WebSockets, devserver health URL, seed content, and docs
- Fix README database name to pagerite.kantadb
This commit is contained in:
2026-08-16 20:04:16 +00:00
parent 6de0307856
commit 53d98f0583
15 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from devutil import (
DEFAULT_VITE_PORT = 3100
DEFAULT_DEV_PORT = 3200
HEALTH = "/_/api/health?from=devserver.py"
HEALTH = "/_api/health?from=devserver.py"
async def run_devserver(