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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user