issue/1 #31

Merged
dbroqua merged 7 commits from issue/1 into develop 2022-03-06 14:38:27 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 4872c4d82c - Show all commits

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();