Add public URIs to yarn dev proxy.
This commit is contained in:
parent
9f9425c408
commit
4b13f0c74f
1 changed files with 1 additions and 1 deletions
2
frontend/vue.config.js
vendored
2
frontend/vue.config.js
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue