mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-24 09:28:41 +00:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
export default function (req, res, next) {
|
|
res.setHeader('x-midd-1', 'ok')
|
|
next()
|
|
}
|