You need to sign in or sign up before continuing.
-
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
Please register or sign in to comment