HarrisonMauseth / network-connectivity-monitor

0 stars 0 forks source link

`EventController` Sending `404 Not Found` When Resource Exists #7

Closed HarrisonMauseth closed 2 hours ago

HarrisonMauseth commented 3 hours ago

There is a bug within EventController where some of the endpoints are sending a 404 NOT FOUND response status instead of an empty event. Since the endpoint is working and the resource is only missing because there is not data, using 404 does not make sense.

HarrisonMauseth commented 2 hours ago

This was corrected in commit 86fb5df