Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Proxy Setup Error.
  • Loading branch information
tacozMacleo committed Apr 19, 2024
1 parent 79e3b70 commit ceda71d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ run();

module.exports = function (app) {
app.use(
'/services',
createProxyMiddleware({
createProxyMiddleware('/services', {
target: wappsto.getHost(),
changeOrigin: true,
ws: true,
Expand Down

0 comments on commit ceda71d

Please sign in to comment.