1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 17:10:07 +00:00
Nuxt/test/fixtures/with-config/middleware/noop.js

3 lines
43 B
JavaScript
Raw Normal View History

2017-05-21 17:18:26 +00:00
export default function () {
// NOOP!
}