Isaac3924/tea_subs_api

Create Routes for Endpoints

Closed this issue · 0 comments

  • A POST to create a subscription related to a customer with some teas to relate to as well.
  • An PATCH that changes a subscription's status attribute to 'cancelled'
  • And, a GET to display all subscriptions belonging to a customer regardless of 'active' or 'cancelled' status.