Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created April 22, 2019 12:46
Show Gist options
  • Save jasonmccallister/5d991292231024be7fe85b43dab8b8f2 to your computer and use it in GitHub Desktop.
Save jasonmccallister/5d991292231024be7fe85b43dab8b8f2 to your computer and use it in GitHub Desktop.
NuxtJS server middleware config example
// left out for brevity
serverMiddleware: [
{
path: 'api/v1',
handler: '~/api/v1/index.js'
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment