feat(web): типизированный API-клиент, типы DTO, TanStack Query хуки

This commit is contained in:
2026-07-03 17:14:11 +07:00
parent 41242973e1
commit 6f82036e38
5 changed files with 212 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export const DEFAULT_PROJECT_ID = "00000000-0000-0000-0000-000000000002"
export const API_BASE = `/api/v1/projects/${DEFAULT_PROJECT_ID}`