From 7ff7e98ef646857ca414d3f641b18636624bebb2 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Mon, 1 Jul 2024 15:38:00 -0600 Subject: [PATCH] proxy change to reflect API server default port --- proxy.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.config.mjs b/proxy.config.mjs index 6aad2025..eee1e1ba 100644 --- a/proxy.config.mjs +++ b/proxy.config.mjs @@ -1,7 +1,7 @@ import * as fs from 'fs'; const targets = [ - 'http://localhost:8081', // 1 + 'http://localhost:8008', // 1 ]; const PROXY_CONFIG = {