hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

user route #35

Closed bartbdx closed 7 years ago

bartbdx commented 7 years ago

In your readme you're talking about /user instead of /users for creating new user. But i can't find in code where to find this special route. found /me in usercontroller. So i wonder if it's just a typo or if i don't know where to search.

Thanks

hasib32 commented 7 years ago

Yes, it's a typo. readme.md updated.Thanks for pointing that