From 2e893e0aea214e8f714b7af420d787a35ebccb14 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 22 Jun 2024 08:21:56 +0900 Subject: [PATCH] adding missing }, to proxy conf --- frontend/proxy.conf.local-esplora.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/proxy.conf.local-esplora.js b/frontend/proxy.conf.local-esplora.js index cfed3d02b..905910294 100644 --- a/frontend/proxy.conf.local-esplora.js +++ b/frontend/proxy.conf.local-esplora.js @@ -87,6 +87,7 @@ PROXY_CONFIG.push(...[ proxyTimeout: 30000, pathRewrite: { "^/api/v1/services/accelerator": "" + }, }, */ {