fix(csrf): remove all csrf bypass
This commit is contained in:
committed by
mrugesh
parent
f183df0d88
commit
23b899f50f
@ -61,7 +61,6 @@ export default async function bootChallenge(app, done) {
|
||||
router.get('/map', redirectToLearn);
|
||||
|
||||
app.use(api);
|
||||
app.use('/internal', api);
|
||||
app.use(router);
|
||||
done();
|
||||
}
|
||||
|
Reference in New Issue
Block a user