magneticstain / Inquisition

An advanced and versatile open-source network anomaly detection platform
MIT License
8 stars 4 forks source link

Alerts and Stats API Incorrectly Throws an HTTP 404 Error When There Are No Alerts in DB #124

Closed magneticstain closed 5 years ago

magneticstain commented 5 years ago

When there are no alerts or stats available - such as right after install - the API should return a blank set. Right now, it returns a 404 as it believes it didn't find a given record.

magneticstain commented 5 years ago

Found while performing Issue #94