From 40914236d4d13785f729600e946cb9d07aaf85e9 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 22 Oct 2021 11:52:23 -0700 Subject: [PATCH] Update references to the JS proxy config --- frontend/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index e3ebc7bd2..471cd029c 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -211,11 +211,11 @@ "browserTarget": "mempool:build:production" }, "local": { - "proxyConfig": "proxy.conf.json", + "proxyConfig": "proxy.conf.js", "verbose": true }, "staging": { - "proxyConfig": "proxy.stg.conf.json", + "proxyConfig": "proxy.conf.js", "disableHostCheck": true, "host": "0.0.0.0", "verbose": true