Update src/libpoketube/init/pages-static.js

This commit is contained in:
ashley 2025-09-02 22:42:55 +02:00
parent 4d614c7134
commit 4debc92509

View File

@ -180,7 +180,7 @@ app.get("/weather", async (req, res) => {
res.redirect("/studio/piano")
});
app.get("/studio/piano.ejs", function (req, res) {
app.get("/studio/piano", function (req, res) {
renderTemplate(res, req, "piano.ejs");
});