-
-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Put Routes in CrudController #107
Comments
It is not possible to add |
Considering compatibility and business scenarios, we also often use |
RobotScribe
added a commit
to RobotScribe/crud
that referenced
this issue
Jun 19, 2019
Add Put Routes in CrudController nestjsx#107
In case you agree I created a PR : #109 |
@RobotScribe as soon as my comments in that PR is resolved I'll merge. Thanks! |
RobotScribe
added a commit
to RobotScribe/crud
that referenced
this issue
Jun 24, 2019
Add Put Routes in CrudController nestjsx#107
added in 4.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my project, we use
PUT
to update entities and we would like to use this library to generate new routes.Is it possible to add a method which would use a
PUT
routes in theCrudController
.As a side question, why did you chose to use
PATCH
routes to update entities overPUT
?The text was updated successfully, but these errors were encountered: