Better fix for index.php which does not result in redirection loop.

This commit is contained in:
Lena Schimmel 2019-08-12 18:48:07 +02:00
parent e3e1ffcb17
commit 23ca731195

View file

@ -137,7 +137,7 @@ async function initSvg(svgId) {
}
app.get('/index.php', async function (req, res) {
res.redirect("/");
res.redirect("http://queerallyear.de/");
});
app.get('/img/shadow/:layout.svg', async function (req, res) {