forked from dbroqua/MusicTopus
Fixed some bugs
This commit is contained in:
parent
3398d7b4ed
commit
bd590d7a75
3 changed files with 6 additions and 8 deletions
|
@ -109,9 +109,7 @@ router
|
|||
|
||||
router.route("/nous-contacter").get(async (req, res, next) => {
|
||||
try {
|
||||
const page = new Albums(req, "nous-contacter");
|
||||
|
||||
await page.loadMyCollection();
|
||||
const page = new Pages(req, "nous-contacter");
|
||||
|
||||
render(res, page);
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue