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

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

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