chore: pre-release cleanup

- Skip token clear/redirect on 401 for unauthenticated requests
- Fix typo in test secret key in restart-backend script
- Remove completed plan documents (entity-relationship-refactor, ux-notification-improvements)
This commit is contained in:
2026-04-21 19:39:33 +03:00
parent eecc9e295c
commit 90bc3ccdc2
19 changed files with 2 additions and 959 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ fi
# Start backend
export NOTIFY_BRIDGE_DATA_DIR=./test-data
export NOTIFY_BRIDGE_SECRET_KEY=test-secret-key-minimum-32chars
export NOTIFY_BRIDGE_SECRET_KEY=test-secret-key-minimum-32-chars
nohup "$PYTHON" -m uvicorn notify_bridge_server.main:app \
--host 0.0.0.0 --port 8420 > .backend.log 2>&1 &