From 8dd76b7ef9ffd727a9ed53dc198510ae338cf17c Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Wed, 10 Jul 2024 09:02:39 +0200 Subject: [PATCH] Remove chrome service redirect. --- fec.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fec.config.js b/fec.config.js index f95cc108..10734899 100644 --- a/fec.config.js +++ b/fec.config.js @@ -6,11 +6,6 @@ module.exports = { useProxy: true, proxyVerbose: true, sassPrefix: '.learning-resources, .learningResources', - routes: { - "/api/chrome-service/v1/static/": { - "host": "http://localhost:8000" - }, - }, /** * Change to false after your app is registered in configuration files */