Skip to content

Commit

Permalink
Fixed Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Mar 2, 2023
1 parent 73e0054 commit f319c0a
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 f319c0a

Please sign in to comment.