From 6ba8886d066b6f82c1cf7e7fd226ad9d93d30e08 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 26 Feb 2019 13:27:23 +0200 Subject: [PATCH] update --- app/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nuxt.config.js b/app/nuxt.config.js index 90ad8ba..802d6f9 100644 --- a/app/nuxt.config.js +++ b/app/nuxt.config.js @@ -109,7 +109,7 @@ module.exports = { proxy: { '/api/v1/': 'https://cms.marcleopold.isnet.uk', - // '/api/v1/': process.env.URL_CMS, + // FIXME: why this no work? // '/api/v1/': process.env.URL_CMS, },