Archived
2

updated to new model format

This commit is contained in:
VLE2FE
2020-08-28 08:13:19 +02:00
parent ed37ce6aeb
commit 349ff16191
4 changed files with 17 additions and 50 deletions

View File

@ -16,11 +16,6 @@ export default class ModelValidate { // validate input for model
url: Joi.string()
.uri()
.max(512)
.required(),
label: Joi.string()
.allow('')
.max(128)
.required()
})
};