backend api refactoring
This commit is contained in:
@@ -86,7 +86,7 @@ router.put ('/:id', bodyParser.json (), async (req, res, next) => {
|
||||
});
|
||||
}
|
||||
} else {
|
||||
//no new skills for now
|
||||
res.json ({result: constants.IDLengthError, message: ''});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user