fix: jsdoc for Put http method, it mentions POST http method #1230
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Uh oh!
There was an error while loading. Please reload this page.
Description
The current js doc for the Put() decorator mistakenly says POST when it should say PUT
Minimal code-snippet showcasing the problem
routing-controllers/src/decorator/Put.ts
Line 11 in 9cd3ff7
routing-controllers/src/decorator/Put.ts
Line 17 in 9cd3ff7
Expected behavior
It should say PUT
Actual behavior
js doc for Put method is wrong
The text was updated successfully, but these errors were encountered: