Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 465 Bytes

technical_write_up.md

File metadata and controls

14 lines (10 loc) · 465 Bytes

Technical Write Up

Routes

  • health_check: GET - returns a HTTP code 200 if the server is up and running. Response body is empty.
  • subscriptions POST - returns a HTTP code 200 if the user successfully subscribed to our email newsletter service. 400 if data is missing or invalid.

Other topics