Data loading changes

This commit is contained in:
mrfry 2021-01-08 12:45:15 +01:00
parent 98b12f523e
commit bf4bdfb249
3 changed files with 7 additions and 6 deletions

View file

@ -143,10 +143,13 @@ function GetApp(): ModuleType {
to: '/',
},
{
// to be backwards compatible
from: '/legacy',
to: '/allQuestions.html',
},
{
from: '/subjectBrowser',
to: '/allQuestions.html',
},
{
from: '/lred',
to: '/allQuestions',