Accommodation Live Cutover Observations
Route checks performed
Checked through the live API gateway on http://localhost:4001 after the env flip:
GET /api/v1/accommodations?page=1&pageSize=1GET /api/v1/accommodations/ACC-GE-2026-0102POST /api/v1/accommodations/ACC-GE-2026-0102/quoteGET /api/v1/my-accommodation-bookingsGET /api/v1/owner/accommodation-listingsGET /api/v1/owner/accommodation-reservationsPOST /api/v1/accommodation-listingswithout bearer token
Auth observations
- authenticated owner and booking-read routes behaved the same as before
- missing-token mutation denial remained
401 missing_bearer_token