Skip to content

Finished Update User Status end point

Edbert Ongko requested to merge 8 into develop

How to test:

  • run the app

  • hit localhost:3000/users/update-status with body format { "id": int, "status": "sehat"/"karantina mandiri", etc }

should return most recent user patient data

Merge request reports