Commit ee0d1f7
fix: 앱 기본 모드를 Connected(xgen.x2bee.com)로 변경 — 프론트 API 통신 실패 해결
- settings.json 없을 때 기본 Standalone → Connected 모드로 변경
- 기본 serverUrl: https://xgen.x2bee.com
- 원인: Standalone 모드에서 프론트가 IPC로 로컬 Rust에 API 요청 → 해당 API 없음 → 실패
- Connected 모드에서는 프론트가 HTTP로 xgen.x2bee.com에 직접 요청
- 캔버스 경로도 /canvas로 수정 (기존 /main?view=canvas)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a400f4b commit ee0d1f7
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments