You are browsing as a guest. Sign up (or log in) to start making projects!

2h 2m 36s logged

new knoledge unlocked:

I can use :

app.use('/admin', requireAdmin, adminRouter)

instead of :

app.use(requireAdmin)
app.use('/admin', adminRouter)

I know everybody knows this, but this is a knowledge to me

0
2

Comments 0

No comments yet. Be the first!