Skip to content

Commit

Permalink
feat(gui): overhaul save & export options (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPSchellenberg authored Jan 10, 2021
1 parent c77472a commit e01192e
Show file tree
Hide file tree
Showing 19 changed files with 429 additions and 843 deletions.
7 changes: 7 additions & 0 deletions client/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ module.exports = function (app) {
target: 'http://localhost:8080'
})
);
app.use(
'/socket.io',
proxy({
changeOrigin: true,
target: 'http://localhost:8080'
})
);
};
Loading

0 comments on commit e01192e

Please sign in to comment.