mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:17:30 +00:00
📍🍮 Checkpoint
./server.js:933874/240
This commit is contained in:
parent
41f09e9473
commit
757e56c9e3
@ -32,10 +32,10 @@ const redirectToHTTPS = (req, res, next) => {
|
||||
res.redirect("https://" + req.headers.host + req.url);
|
||||
}
|
||||
};
|
||||
app.use("/", redirectToHTTPS);
|
||||
app.use("/api", redirectToHTTPS);
|
||||
app.use("/img", redirectToHTTPS);
|
||||
|
||||
app.get("/", redirectToHTTPS);
|
||||
app.get("/", (req, res) => {
|
||||
res.sendFile(__dirname + "/views/index.html");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user