wrongmove/frontend/src/services
Viktor Barzin a1829957c1
Auto-redirect to login on 401 API responses
When a session token expires, API calls return 401 but nothing caught
it — errors were shown as generic dialogs or swallowed. Now both
apiClient and streamingService detect 401 responses and clear auth
state, which causes App.tsx to render the login modal automatically.
2026-02-13 21:16:53 +00:00
..
__tests__ Add comprehensive test suite: 219 new tests across backend and frontend 2026-02-10 21:59:45 +00:00
apiClient.ts Auto-redirect to login on 401 API responses 2026-02-13 21:16:53 +00:00
healthService.ts Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
index.ts Add frontend POI management and travel time display 2026-02-08 13:16:32 +00:00
listingService.ts Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00
poiService.ts Add frontend POI management and travel time display 2026-02-08 13:16:32 +00:00
streamingService.ts Auto-redirect to login on 401 API responses 2026-02-13 21:16:53 +00:00
taskService.ts Flatten repo structure: move crawler/ to root, remove vqa/ and immoweb/ 2026-02-07 23:01:20 +00:00