Merge branch 'alima' of https://repositorio.acatlan.unam.mx/CIDWA/censo2020Back into alima
"."
This commit is contained in:
@@ -10,7 +10,7 @@ const tipoPrinters = async(req, res) => {
|
||||
|
||||
await sequelize.query(`
|
||||
SELECT idTipo, tipo
|
||||
FROM TIPO`, { type: QueryTypes.SELECT })
|
||||
FROM tipo`, { type: QueryTypes.SELECT })
|
||||
.then(tipoPrinters => {
|
||||
return res.json({
|
||||
tipoPrinters
|
||||
|
||||
Reference in New Issue
Block a user