mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added contact to login, added some auth exceptions
This commit is contained in:
parent
143894288a
commit
a6d260f6af
6 changed files with 26 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue