From 196d0bb6499d998029bbf4f5fc013aedb30a4014 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 1 Mar 2023 08:32:08 -0700 Subject: [PATCH] Fixed Proxy --- ui/src/setupProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/setupProxy.js b/ui/src/setupProxy.js index f3e901ecd..bbd4523b8 100644 --- a/ui/src/setupProxy.js +++ b/ui/src/setupProxy.js @@ -3,7 +3,7 @@ const { createProxyMiddleware } = require('http-proxy-middleware'); module.exports = function (app) { - const port = 8081; + const port = 8080; app.use( '/api',