From 60da2fa61b860262b42b2e510e635cb58d794cf9 Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Mon, 5 Jun 2023 18:16:54 +0200 Subject: [PATCH] CORS --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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