nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

added the email method to determine subscribed #219

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago

GET /api/email/subscribedManagers/current/ HTTP/1.1

Response (SUCCESS)

{
  "id": 1,
  "member": {
    "username": "staff",
    "email": ""
  }
}

Response (FAIL) HTTP 404 Not Found