diff --git a/nuxt.config.js b/nuxt.config.js index 94b7c56..0b5e273 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -54,7 +54,7 @@ export default { }, proxy: { - '/api/': { target: 'http://localhost:8081/', changeOrigin: true }, + '/api/v1/': { target: 'http://localhost:8081/', changeOrigin: true }, }, // Build Configuration: https://go.nuxtjs.dev/config-build