Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save linxinemily/152fbcce8d7fe45171d6f21b7b242aa6 to your computer and use it in GitHub Desktop.
Save linxinemily/152fbcce8d7fe45171d6f21b7b242aa6 to your computer and use it in GitHub Desktop.
modules: [
'bootstrap-vue/nuxt',
'@nuxtjs/axios',
'@nuxtjs/proxy'
],
axios: {
proxy: true,
prefix: '/api',
credentials: true,
},
proxy: {
'/api': {
target: 'https://api.ranking.works/',
changeOrigin: true,
pathRewrite: {
'^/api': '',
},
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment