This commit is contained in:
Dooho Yi 2022-12-07 02:36:56 +09:00
parent 4d56b4313b
commit 7e5ba6dd35

View file

@ -80,6 +80,13 @@ fastify.get("/", async function (request, reply) {
}); });
} }
} }
// console.log(folders);
//
reply.view("/src/pages/parade.html", {
list: folders
});
}); });
//get '/projection' //get '/projection'