chore: update Node version in .nvmrc and modify flow diagram URLs

This commit is contained in:
“hyeonggkim”
2025-09-10 09:56:18 +09:00
parent 6f267879cf
commit 859890a9f6
2 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@@ -1 +1 @@
echo "20" > .nvmrc
22.18.0

View File

@@ -94,9 +94,9 @@ sequenceDiagram
participant A as API
participant C as 컴포넌트
U->>S: 요청 (game.onstove.com/ko/about/story)
U->>S: 요청 (l9.onstove.com/ko/about/story)
S->>M: gameAlias.ts 실행
M->>M: 게임 별칭 추출 (game)
M->>M: 게임 별칭 추출 (l9)
M->>A: 게임 데이터 API 호출
A-->>M: 게임 정보 응답
M->>M: event.context에 저장