BackendStack21 / restana

Restana is a lightweight and fast Node.js framework for building RESTful APIs.
MIT License
467 stars 27 forks source link

HTTP options method overrides configuration reference #30

Closed tomc974 closed 5 years ago

tomc974 commented 5 years ago

Hi,

If I understand the code correctly, the property options in the service interface is overridden by the HTTP method of the same name. If you want to have this reference, you should renamed it to something else.

jkyberneees commented 5 years ago

Hi @tomc974, you are completely right, I will fix it accordingly. Thanks.