Commit b8b527453eb9205563d8af247311354a2f98948b

Authored by Marcelo Puebla
1 parent c7a156857c
Exists in master and in 2 other branches develop, lab

borrado .js

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -23,5 +23,5 @@ app.listen(config.port, '0.0.0.0', () => {
23 23  
24 24 app.use('/', [
25 25 require('./rutas/articulos'),
26   - require('./rutas/imagenes.js'),
  26 + require('./rutas/imagenes'),
27 27 ]);