Add validation on route GetOneArticle

This commit is contained in:
2021-04-06 23:04:02 +02:00
parent 61a7091736
commit fe11384ad2
3 changed files with 23 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ val converters: ConverterDeclaration = {
invalidParams = listOf(
InvalidParam(
"ID",
"ID must be UUID"
"must be UUID"
)
)
)