scala-webapp-template
scala-webapp-template copied to clipboard
Use proper http status codes in responses
Right now, the app returns either 200 or 500 for all responses, it would be ideal to switch to proper http status codes like 401, 404, 400, etc.