georgizk / ims-release

Imangascans release manager
MIT License
2 stars 0 forks source link

Releases route for non-existent project should 404 #10

Closed georgizk closed 7 years ago

georgizk commented 7 years ago

Currently releases GET route for a project that does not exist returns a 200. It should be a 404

Additionally, the POST route should also return 404 if the project does not exist. Currently a 500 error is returned.

georgizk commented 7 years ago

fixed