feat(web): AuthContext + клиент под cookie-сессии, projectId из контекста

This commit is contained in:
2026-07-03 21:00:18 +07:00
parent 4533b0ca25
commit b5d9e8f7ab
7 changed files with 366 additions and 57 deletions
+1 -2
View File
@@ -1,2 +1 @@
export const DEFAULT_PROJECT_ID = "00000000-0000-0000-0000-000000000002"
export const API_BASE = `/api/v1/projects/${DEFAULT_PROJECT_ID}`
export const API_ROOT = "/api/v1"