dieumercimvemba commited on
Commit
fa73a90
·
verified ·
1 Parent(s): 917009a

Update proxy.js

Browse files
Files changed (1) hide show
  1. proxy.js +1 -1
proxy.js CHANGED
@@ -17,7 +17,7 @@ const proxyOptions = {
17
  };
18
 
19
  const backendProxy = httpProxy.createProxyServer({ target: 'http://127.0.0.1:4000', ...proxyOptions });
20
- const frontendProxy = httpProxy.createProxyServer({ target: 'http://127.0.0.1:5000', ...proxyOptions });
21
 
22
  /* * ERROR HANDLER: MVEMBA DIAGNOSTIC LAYER
23
  * Monitors proxy health and manages failure states
 
17
  };
18
 
19
  const backendProxy = httpProxy.createProxyServer({ target: 'http://127.0.0.1:4000', ...proxyOptions });
20
+ const frontendProxy = httpProxy.createProxyServer({ target: 'http://127.0.0.1:4200', ...proxyOptions });
21
 
22
  /* * ERROR HANDLER: MVEMBA DIAGNOSTIC LAYER
23
  * Monitors proxy health and manages failure states