sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

Method DELETE doesn't return error message response when resource doesn't exist #232

Closed arkadiusz-wieczorek closed 8 years ago

arkadiusz-wieczorek commented 8 years ago

When I've sent DELETE method on resource through id which doesn't exist, I don't receive information in body about nonexistence of this resource.

arkadiusz-wieczorek commented 8 years ago

Fix - https://github.com/Sealious/sealious/pull/242