From 2475c67d5b84881a8734250d1aaeffe880683351 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 10 Jun 2021 09:55:19 -0500 Subject: [PATCH] Use default proxy config for local proxy conf. --- frontend/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index db9b6b823..3d18cee8f 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -175,7 +175,7 @@ "browserTarget": "mempool:build:production" }, "local": { - "proxyConfig": "proxy.prod.conf.json", + "proxyConfig": "proxy.conf.json", "verbose": true }, "staging": {