mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
Removed testing statement
This commit is contained in:
parent
242144698b
commit
70406f121e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const database = require('../database/index');
|
|||
blacklist.loadBlacklist().then(blacklist => {
|
||||
console.log('Network-Blacklist has been loaded')
|
||||
expressApp.use('/', express.static(__dirname + '/public'));
|
||||
expressApp.use(IpFilter(blacklist, { mode: 'allow' }));
|
||||
expressApp.use(IpFilter(blacklist));
|
||||
expressApp.use(express.json())
|
||||
|
||||
expressApp.use((err, req, res, _next) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue