diff --git a/webpack.config.js b/webpack.config.js index 0bf5b5f5..462a5253 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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, },