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

@ -1 +1 @@
Subproject commit 25eb4ea7b6529c0bdb6e54c73346a18ddeebb599
Subproject commit aaf4f82ec41b345842c6ea29a84a28b8329e6a0c

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'