@worktango/ai-assistant 0.0.100-beta.james.2 → 0.0.100-beta.james.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/express.js +3 -0
- package/package.json +1 -1
package/dist/express.js
CHANGED
|
@@ -10270,6 +10270,9 @@ function setupAiAssistantRoutes(args) {
|
|
|
10270
10270
|
(0, import_http_proxy_middleware.fixRequestBody)(proxyReq, req);
|
|
10271
10271
|
},
|
|
10272
10272
|
proxyRes: (proxyRes, req, res) => {
|
|
10273
|
+
console.log("PROXY RES", proxyRes.statusCode);
|
|
10274
|
+
console.log("PROXY RES", proxyRes.statusCode);
|
|
10275
|
+
console.log("PROXY RES", proxyRes.statusCode);
|
|
10273
10276
|
console.log("PROXY RES", res.statusCode);
|
|
10274
10277
|
console.log("PROXY RES", res.statusCode);
|
|
10275
10278
|
console.log("PROXY RES", res.statusCode);
|