Added contact to login, added some auth exceptions

This commit is contained in:
MrFry 2020-04-08 19:24:17 +02:00
parent 143894288a
commit a6d260f6af
6 changed files with 26 additions and 6 deletions

View file

@ -54,7 +54,10 @@ function GetApp () {
jsonResponse: false,
exceptions: [
'/favicon.ico',
'/getVeteranPw'
'/getVeteranPw',
'/moodle-test-userscript/stable.user.js',
'/donate',
'/irc'
]
}))
app.use(express.static('modules/qmining/public'))
@ -82,7 +85,7 @@ function GetApp () {
},
{
from: '/install',
to: 'https://greasyfork.org/en/scripts/38999-moodle-elearning-kmooc-test-help'
to: 'https://qmining.frylabs.net/moodle-test-userscript/stable.user.js'
},
{
from: '/servergit',