mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-07 19:55:00 +00:00
Try without https
This commit is contained in:
2
index.ts
2
index.ts
@@ -14,7 +14,7 @@ const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
const searchEngine = "https://html.duckduckgo.com/html/";
|
||||
const searchEngine = "http://html.duckduckgo.com/html/";
|
||||
let query = req.query.q as string;
|
||||
|
||||
if (!query) {
|
||||
|
||||
Reference in New Issue
Block a user