chore: update Node version in .nvmrc and modify flow diagram URLs
This commit is contained in:
@@ -94,9 +94,9 @@ sequenceDiagram
|
|||||||
participant A as API
|
participant A as API
|
||||||
participant C as 컴포넌트
|
participant C as 컴포넌트
|
||||||
|
|
||||||
U->>S: 요청 (game.onstove.com/ko/about/story)
|
U->>S: 요청 (l9.onstove.com/ko/about/story)
|
||||||
S->>M: gameAlias.ts 실행
|
S->>M: gameAlias.ts 실행
|
||||||
M->>M: 게임 별칭 추출 (game)
|
M->>M: 게임 별칭 추출 (l9)
|
||||||
M->>A: 게임 데이터 API 호출
|
M->>A: 게임 데이터 API 호출
|
||||||
A-->>M: 게임 정보 응답
|
A-->>M: 게임 정보 응답
|
||||||
M->>M: event.context에 저장
|
M->>M: event.context에 저장
|
||||||
|
|||||||
Reference in New Issue
Block a user