mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 01:11:47 +03:00
chore(server): enable swagger to take class validator rules into account (#9022)
* enable swagger to take class validator rules into account * chore: open api
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{
|
||||
"name": "@nestjs/swagger",
|
||||
"options": {
|
||||
"classValidatorShim": false,
|
||||
"classValidatorShim": true,
|
||||
"introspectComments": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user