Spaces:
Sleeping
Sleeping
Update proxy.js
Browse files
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:
|
| 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
|