diff --git a/src/routes/index.js b/src/routes/index.js index 301f25e..910724c 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -57,7 +57,7 @@ router } return res.redirect(url); } - return res.redirect("/"); + return res.redirect("/ma-collection"); } ); @@ -79,7 +79,7 @@ if (registrationOpen) { try { await Auth.register(req); - res.redirect("/"); + res.redirect("/ajouter-un-album"); } catch (err) { res.redirect("/inscription"); }