Skip to content

v1.1.0 - Response Code Bug Fix

Latest
Compare
Choose a tag to compare
@funkybunch funkybunch released this 11 Feb 05:01
· 1 commit to master since this release

Fixes a bug where the correct response code could be overwritten after the correct route is executed. This would cause an error response code to be sent to the client even if it should have been 200 (SUCCESS).

Also added comments for all methods in the src/ directory.