Commit a513439
committed
feat(frontend): set API_BASE_URL and add per-client UUID for polling
- Replace placeholder API_BASE_URL with deployment URL
- Generate per-client ID with crypto.randomUUID() (myClientId)
- Append clientId to GET /messages?since=... requests to support server long-poll tracking1 parent f6635eb commit a513439
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments