kytos / flow_manager

MIT License
1 stars 16 forks source link

Fix the HTTP status code returned when the switch is not found #133

Closed cmagnobarbosa closed 3 years ago

cmagnobarbosa commented 3 years ago

Pull Request Template

Fix #131

:bookmark_tabs: Description of the Change

Now, when a user requests a flow and a switch (dpid) is not found, the HTTP status code returned is 404 instead of 500.

:computer: Verification Process

:page_facing_up: Release Notes