Skip to content
  • Hey Luka, thanks for the great example! I think I found a typo in your controller: https://gitlab.com/-/snippets/3681469#implementation-in-controller

    @Body(new md.ValidationPipe([FirstDto, SecondDto])) 

    should be

    @Body(new MultiDtoValidationPipe ([FirstDto, SecondDto])) 

    Greetings Chris

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment