Skip to content

Instantly share code, notes, and snippets.

@mercs600
Created April 5, 2020 15:59
Show Gist options
  • Save mercs600/08af2ca7791c218c38cf1ba4d01c58d7 to your computer and use it in GitHub Desktop.
Save mercs600/08af2ca7791c218c38cf1ba4d01c58d7 to your computer and use it in GitHub Desktop.
nuxt-exercise-6-register-servermiddlware
export default {
...
/**
* Nuxt server middlewares
*/
serverMiddleware: [
{ path: '/api/menu', handler: '~/api/menu.js' },
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment