-
npm ci
-
npm run start:dev
-
Send a
POST
request tohttp://localhost:3000
with a wrong payload, for example{"pagination":2}
.The correct response should be
["My Message"]
The
constraints
variable fromvalidation-exception.filter.ts
should include the predefiend message fromapp.controller.ts
line18
(My Message
), but the actual value is"pagination.My Message"
.