mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Another thing crawl told me to do
This commit is contained in:
parent
f56afcdd5c
commit
f29f208e52
@ -23,8 +23,8 @@ safe.use('/', express.static('./public'))
|
||||
safe.use('/api', api)
|
||||
|
||||
let limiter = new rateLimit({ windowMs: 5000, max: 2 })
|
||||
safe.use('/api/login', limiter)
|
||||
safe.use('/api/register', limiter)
|
||||
safe.use('/api/login/', limiter)
|
||||
safe.use('/api/register/', limiter)
|
||||
|
||||
safe.get('/', (req, res, next) => res.sendFile('home.html', { root: './pages/' }))
|
||||
safe.get('/faq', (req, res, next) => res.sendFile('faq.html', { root: './pages/' }))
|
||||
|
Loading…
Reference in New Issue
Block a user