Commit 009241a629fdf45ac40f1f816da6a25dc512c91b
1 parent
e3b1cdef26
Exists in
master
end point nombre empresa2
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
index.js
| ... | ... | @@ -25,6 +25,7 @@ app.use(function(req, res, next) { |
| 25 | 25 | |
| 26 | 26 | app.use('/gateway-debo', require('./rutas/comprobantes')); |
| 27 | 27 | app.use('/gateway-debo', require('./rutas/login')); |
| 28 | +app.use('/gateway-debo', require('./rutas/nombreEmpresa')); | |
| 28 | 29 | |
| 29 | 30 | function onGetFile(fileString, nameFile) { |
| 30 | 31 |