tablas programas y entidad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user