mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +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()
|
|
}
|