small fix

This commit is contained in:
2025-07-08 15:39:58 +03:00
parent eeb5aea8e7
commit 0878cd8882

View File

@@ -81,6 +81,19 @@ const swaggerOptions = {
description: 'Название фильма'
}
}
},
Error: {
type: 'object',
properties: {
error: {
type: 'string',
description: 'Сообщение об ошибке'
},
details: {
type: 'string',
description: 'Детали ошибки'
}
}
}
}
}