bugfix
This commit is contained in:
parent
4d56b4313b
commit
7e5ba6dd35
1 changed files with 7 additions and 0 deletions
|
|
@ -80,6 +80,13 @@ fastify.get("/", async function (request, reply) {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
// console.log(folders);
|
||||
|
||||
//
|
||||
reply.view("/src/pages/parade.html", {
|
||||
list: folders
|
||||
});
|
||||
});
|
||||
|
||||
//get '/projection'
|
||||
|
|
|
|||
Loading…
Reference in a new issue