mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
6c11a04614
Modified the / and /user_studies routes The / route now redirects to the /user_studies route The /user_studies route updates the selected_user table. Added methods `_is_production` and `_get_request_ids` to get uva uid from header on production. Added `get_current_user`, `get_selected_user`, and `update_selected_user` to help the process.