feat: 가상화 문서들 추가

This commit is contained in:
DongHyeonka
2026-09-10 08:54:05 +09:00
parent e9f6a93327
commit 43e1aadef0
695 changed files with 153404 additions and 12754 deletions
@@ -19,8 +19,8 @@ flowchart LR
n1 -->|"owner 분리"| n4
n2 -->|"동일 BFF"| n5
n3 -->|"auth 결과"| n6
n4 -->|"/api/me · Bearer"| n7
n5 -->|"/api/me · Bearer"| n7
n6 -->|"/edge/me · identity"| n7
n4 -->|"Bearer"| n7
n5 -->|"Bearer"| n7
n6 -->|"identity header"| n7
classDef external stroke-dasharray: 6 4
class n4 external