Latest (hope)
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