From c4dd6ed19ae11840d159f62fef4063eafb229fb5 Mon Sep 17 00:00:00 2001 From: David Leimroth Date: Tue, 8 Feb 2022 19:38:53 +0100 Subject: [PATCH] added /oidc/ as a proxy route to nuxt.config.js --- client/nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 03cc93d5f..312c29328 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -79,7 +79,8 @@ module.exports = { '/lib/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' }, '/ebook/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' }, '/s/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' }, - '/metadata/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' } + '/metadata/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' }, + '/oidc/': { target: process.env.NODE_ENV !== 'production' ? 'http://localhost:3333' : '/' } }, io: {