tablas programas y entidad

This commit is contained in:
2020-10-02 15:08:37 -05:00
parent 40133cc488
commit 6c022ef57b
8 changed files with 166 additions and 8 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ const create = (body) => {
console.log(res)
return { mensaje: 'Se creo un operador correctamente' }
})
.catch((err) => {
throw new Error(err)
})
.catch((err) => {})
}
module.exports = create