Created
April 22, 2019 12:46
-
-
Save jasonmccallister/5d991292231024be7fe85b43dab8b8f2 to your computer and use it in GitHub Desktop.
NuxtJS server middleware config example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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