Skip to content

Commit

Permalink
Update dev API proxy target
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Feb 20, 2024
1 parent 708be58 commit e2d5c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
historyApiFallback: true,
proxy: {
"/api": {
target: "https://subscriptions.bsg.brave.software",
target: "https://brave-talk-server.bsg.brave.software",
pathRewrite: { "^/api": "" },
changeOrigin: true,
},
Expand Down

0 comments on commit e2d5c7f

Please sign in to comment.