Explorar o código

Add public URIs to yarn dev proxy.

Kailash Nadh %!s(int64=3) %!d(string=hai) anos
pai
achega
4b13f0c74f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
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'
       }
     }