Backend wraps data in extra layer:
system-health → {code:0, data:{services:[...]}}
realtime-trades → {code:0, data:{items:[...], total:N}}
HttpClient strips outer data but leaves inner object.
Fix: type as {services/items} and access nested arrays.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| app | ||
| application/use-cases | ||
| domain | ||
| i18n | ||
| infrastructure | ||
| layouts | ||
| lib | ||
| store | ||
| styles | ||
| views | ||