Page not found (404)

Request Method: GET
Request URL: http://3.84.10.43/

Using the URLconf defined in urgent_care_api_v2.urls, Django tried these URL patterns, in this order:

  1. api/v2/practice/
  2. api/v2/zip/
  3. api/v2/account/
  4. api/v2/token/
  5. api/v2/request/
  6. api/v2/sms/
  7. api/v2/products/
  8. api/v2/invite/
  9. api/v2/notifications/
  10. api/v2/campaigns/
  11. api/v2/organizations/
  12. api/v2/emails/
  13. api/v2/tiers/
  14. api/v2/membership-updates/
  15. api/v2/csv_manager/
  16. api/v2/admin/
  17. api/v2/
  18. __silk__/

The empty path didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.