apc-unb / apc-api

MIT License
4 stars 0 forks source link

Monitor ID #35

Closed VerasThiago closed 4 years ago

VerasThiago commented 4 years ago

Fixing the response problem in #34

VerasThiago commented 4 years ago

After testing, it's seems that everything is working as requested.

Example:

{
    "content": {
        "monitorEmail": "email.do.luis@gmail.com",
        "monitorID": "5dafcc6db4eddf3cf42a9508",
        "monitorName": "Luis Gebrim"
    },
    "status": "success"
}

After testing, it seems that it's working everything as requested

VerasThiago commented 4 years ago

PS: I committed another small bug that I found, but are not related to that PR. I decided to push this together because it's so small that I don't think is necessary to do another PR only for this.