mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added redirect to dataeditor
This commit is contained in:
parent
c3a69d4236
commit
592ecfda79
2 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 25eb4ea7b6529c0bdb6e54c73346a18ddeebb599
|
||||
Subproject commit aaf4f82ec41b345842c6ea29a84a28b8329e6a0c
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue