Alpha Web Server
This server provides:
- Landing page (this page)
- Static files from /alpha — for example class_attendant.html
- Reverse proxy at /api/* to https://app.alphahealthclub.com
Open the Class Attendant page:
Open class_attendant.html
How to use the proxy from the browser
When making fetch calls from pages served by this server, call the API via /api to avoid CORS. Example URLs:
- /api/api/trainer/trainer-class/?from_date=YYYY-MM-DD&to_date=YYYY-MM-DD&page_size=999&rent=false&is_available=true
- /api/api/trainer/member-booking/?trainer_class=123&page_size=50
If your current HTML still points to the remote origin directly, switch the base of those URLs to start with /api for same-origin requests.