mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Added new date validation type to addTest post validator
This commit is contained in:
@@ -48,7 +48,9 @@ router.post('/test/add', (req, res) => {
|
||||
'testTemplate',
|
||||
'class',
|
||||
'date'
|
||||
]
|
||||
], {
|
||||
date: 'date'
|
||||
}
|
||||
).fields;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
|
||||
Reference in New Issue
Block a user