Modification de l'arborescence pour ma collection

This commit is contained in:
Damien Broqua 2022-03-06 11:05:58 +01:00
parent c889208925
commit 4872c4d82c
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const router = express.Router();
router.route("/").get(ensureLoggedIn("/connexion"), async (req, res, next) => {
try {
const page = new Albums(req, "mon-compte/ma-collection");
const page = new Albums(req, "mon-compte/ma-collection/index");
await page.loadMyCollection();