Skip to content

Commit

Permalink
Fixed Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Mar 1, 2023
1 parent e1f8909 commit 196d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { createProxyMiddleware } = require('http-proxy-middleware');

module.exports = function (app) {

const port = 8081;
const port = 8080;

app.use(
'/api',
Expand Down

0 comments on commit 196d0bb

Please sign in to comment.