GITLAB
Martin Macola
/ wsimagenes
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b8b527453eb9205563d8af247311354a2f98948b
Authored by
Marcelo Puebla
2019-09-02 13:11:24 -0300
1 parent
c7a156857c
Exists in
master
borrado .js
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.js
Side-by-side Diff
Inline Diff
index.js
Diff comments
View file @
b8b5274
...
...
@@ -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
]);