Skip to content

Commit

Permalink
Updated local python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hushous committed Oct 30, 2024
1 parent 89d43f7 commit 9475835
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ module.exports = {
"/api/takeCsv": {
target: "http://localhost:8000",
},
// proxy for developing a python api on standard port
"/api/localpy/*": {
target: "http://localhost:5000",
changeOrigin: true,
},
"/api/*": {
target: "https://wisdom-demo.uol.de",
changeOrigin: true,
Expand Down

0 comments on commit 9475835

Please sign in to comment.