apiko-rest-api / apiko

The Apiko itself!
https://apiko-rest-api.github.io/
MIT License
16 stars 6 forks source link

DELETE /users has no handler #46

Closed ilabacheuski closed 7 years ago

ilabacheuski commented 7 years ago

We have endpoint that has no handler. Apiko always complains warning to it. And it's marked as critical error. I think warning should go at least to second (1) lvl of log, not the highest (0) lvl

ilabacheuski commented 7 years ago

Empty handler will be aded. We cannot delete it, because DELETE will be overwritten with generic delete and we try to avoid such situation

ilabacheuski commented 7 years ago

Empty handler will send 501