Update server.js

This commit is contained in:
Ashley
2021-07-07 18:05:44 +03:00
committed by GitHub
parent 8af0f975c4
commit 05a83b2877

View File

@@ -49,7 +49,7 @@ app.get("/api/search", function(req, res) {
var search = require("youtube-search");
if (!req.query.query) {
return res.redirect(`/youtube`);
return res.redirect(`/`);
}
var opts = {