Georg Spar 1 year ago
parent
commit
60da2fa61b
  1. 2
      nuxt.config.js

2
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

Loading…
Cancel
Save