From 457aedc54b87ea46baced5789b12fe1fecc28607 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 21 Apr 2021 13:25:09 +0000 Subject: [PATCH] fix linting --- frontend/src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/index.js b/frontend/src/config/index.js index dd73b3034..7d950b87d 100644 --- a/frontend/src/config/index.js +++ b/frontend/src/config/index.js @@ -11,7 +11,7 @@ const environment = { const server = { LOGIN_API_URL: process.env.LOGIN_API_URL || 'http://localhost/login_api/', - COMMUNITY_API_URL:process.env.COMMUNITY_API_URL || 'http://localhost/api/', + COMMUNITY_API_URL: process.env.COMMUNITY_API_URL || 'http://localhost/api/', } const CONFIG = {