Skip to content
Snippets Groups Projects
Commit 6af7a4d0 authored by Inès Yeterian's avatar Inès Yeterian
Browse files

try to add last toucan image route : add toucan in url

parent d1fc857c
No related branches found
No related tags found
1 merge request!6Last toucan
...@@ -190,7 +190,7 @@ router.get('/img-lastToucan', (req, res) => { ...@@ -190,7 +190,7 @@ router.get('/img-lastToucan', (req, res) => {
idMax = toucans[i]._id; idMax = toucans[i]._id;
} }
} }
res.redirect('/img/'+idMax); res.redirect('toucan/img/'+idMax);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment