refactor(api): introduce v1 response contract

This commit is contained in:
2026-07-21 13:45:04 +08:00
parent 1d35fcf4a1
commit 7803b2faf0
13 changed files with 303 additions and 48 deletions

View File

@@ -5,3 +5,15 @@ storage_dir: "./data/files"
auth_secret: "development-auth-secret-change-me"
system_ai_key: ""
ai_key_encryption_secret: "development-ai-key-secret-change-me"
allowed_origins:
- "http://localhost:5173"
- "http://127.0.0.1:5173"
- "http://localhost:4173"
- "http://127.0.0.1:4173"
- "http://localhost:4174"
- "http://127.0.0.1:4174"
- "http://localhost:4175"
- "http://127.0.0.1:4175"
- "http://localhost:4176"
- "http://127.0.0.1:4176"
- "http://tauri.localhost"