From 40c4ab2aa83935d621a5ea2b4403a2282cd94468 Mon Sep 17 00:00:00 2001 From: Daniel Haselhan Date: Thu, 19 Dec 2024 10:01:30 -0800 Subject: [PATCH] Code Review Feedback --- frontend/public/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/config/config.js b/frontend/public/config/config.js index c3885613c..63704496a 100644 --- a/frontend/public/config/config.js +++ b/frontend/public/config/config.js @@ -1,6 +1,6 @@ export const config = { api_base: 'http://localhost:8000/api', - tfrs_base: 'http://localhost:3001', + tfrs_base: 'http://localhost:3000', keycloak: { REALM: 'standard', CLIENT_ID: 'low-carbon-fuel-standard-5147',