lasp / hapi-server

A HAPI server built on LaTiS
Apache License 2.0
1 stars 1 forks source link

Wrong HTTP code for 1406, 1407 codes #46

Closed lindholc closed 6 years ago

lindholc commented 6 years ago

1406 and 1407 should be 404 errors, not 400 errors.

lindholc commented 6 years ago

Fixed for data responses while working on #11.

Still needs to be fixed for info responses.