Skip to content

Instantly share code, notes, and snippets.

@mercs600
Created April 5, 2020 15:59
Show Gist options
  • Save mercs600/25b24125f38548a73ecdf45806b1a4c2 to your computer and use it in GitHub Desktop.
Save mercs600/25b24125f38548a73ecdf45806b1a4c2 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