Abdur Rashid Tushar

Results 1 comments of Abdur Rashid Tushar

@Arditc I guess you can use the helmet middleware using next-connect. Something like below ``` import helmet from 'helmet' import nc from 'next-connect'; const handler = nc(); nc.use(helmet()) \\ .........