From dc85ed825d4353475875cd78a84a329a197f71fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 25 Mar 2019 16:39:45 +0100 Subject: [PATCH] Fix lint --- webapp/nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 8c8f249e8..80b17a26c 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -123,13 +123,13 @@ module.exports = { proxy: { '/.well-known/webfinger': { target: process.env.GRAPHQL_URI || 'http://localhost:4000', - toProxy: true, // cloudflare needs that + toProxy: true // cloudflare needs that }, '/activityPub': { // make this configurable (nuxt-dotenv) target: process.env.GRAPHQL_URI || 'http://localhost:4000', pathRewrite: { '^/activityPub': '' }, - toProxy: true, // cloudflare needs that + toProxy: true // cloudflare needs that }, '/api': { // make this configurable (nuxt-dotenv)