Added old motd, and hadling if no root redirect url file is present

This commit is contained in:
mrfry 2021-01-29 16:26:41 +01:00
parent 1f355309fd
commit 61cfa4099a
3 changed files with 37 additions and 11 deletions

View file

@ -134,6 +134,10 @@ function GetApp(): ModuleType {
from: '/classesgit',
to: 'https://gitlab.com/MrFry/question-classes',
},
{
from: '/addQuestion',
to: 'https://dataeditor.frylabs.net',
},
{
from: '/donate',
to: donateURL,