Skip to content

Commit

Permalink
new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam1923 committed Apr 30, 2024
1 parent 84bec7f commit 8583a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.set("view engine", "ejs");
app.get("/", (req, res) => {
res.render("index.ejs", { data: null });
});
c

app.get("/search", async (req, res) => {
name = req.query.song;
try {
Expand Down

0 comments on commit 8583a73

Please sign in to comment.