diff --git a/frontend/vue.config.js b/frontend/vue.config.js index ef43d470..66e5eb50 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -26,7 +26,7 @@ module.exports = { devServer: { port: process.env.LISTMONK_FRONTEND_PORT || 8080, proxy: { - '^/(api|webhooks)': { + '^/(api|webhooks|subscription|public)': { target: process.env.LISTMONK_API_URL || 'http://127.0.0.1:9000' } }