You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your work on this library!
I've included this library in my project and what I have noticed is that if I put the lock decorator before the @post on a route, the route becomes unavailable and the client gets 404. Example:
Hello,
First of all, thank you for your work on this library!
I've included this library in my project and what I have noticed is that if I put the lock decorator before the @post on a route, the route becomes unavailable and the client gets 404. Example:
If I do like in the code above I get 404. However, if I do it like in the code below it works properly.
I want to ask you if this is normal or not and if it is why does it happen?
Cheers!
The text was updated successfully, but these errors were encountered: