mirror of
https://github.com/lenaschimmel/queerallyear
synced 2024-11-24 20:33:02 +00:00
Better fix for index.php which does not result in redirection loop.
This commit is contained in:
parent
e3e1ffcb17
commit
23ca731195
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue