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 = {