Added redirect to dataeditor

This commit is contained in:
MrFry 2020-03-25 16:56:08 +01:00
parent c3a69d4236
commit 592ecfda79
2 changed files with 5 additions and 1 deletions

View file

@ -65,6 +65,10 @@ app.get('/ask', function (req, res) {
})
const simpleRedirects = [
{
from: '/dataeditor',
to: 'https://dataeditor.frylabs.net'
},
{
from: '/install',
to: 'https://greasyfork.org/en/scripts/38999-moodle-elearning-kmooc-test-help'