#68 - Unifier les vues pour la liste des albums
This commit is contained in:
parent
663eb586cf
commit
50f01805d4
5 changed files with 295 additions and 478 deletions
|
@ -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/index");
|
||||
const page = new Albums(req, "collection");
|
||||
|
||||
await page.loadMyCollection();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue