mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Data loading changes
This commit is contained in:
parent
98b12f523e
commit
bf4bdfb249
3 changed files with 7 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue