docs: Enhance architecture diagrams, update API and deployment configurations, and remove obsolete documentation files.

This commit is contained in:
CJACK
2026-02-17 04:45:21 +08:00
parent 07de35a093
commit 5fbea97aec
10 changed files with 72 additions and 154 deletions

View File

@@ -27,7 +27,7 @@ This document describes the actual behavior of the current Go codebase.
| Base URL | `http://localhost:5001` or your deployment domain |
| Default Content-Type | `application/json` |
| Health probes | `GET /healthz`, `GET /readyz` |
| CORS | Enabled (`Access-Control-Allow-Origin: *`) |
| CORS | Enabled (`Access-Control-Allow-Origin: *`, allows `Content-Type`, `Authorization`) |
---