Update server.js
Browse files
server.js
CHANGED
|
@@ -96,7 +96,7 @@ app.get("/", (req, res) => {
|
|
| 96 |
});
|
| 97 |
|
| 98 |
app.post("/run", async (req, res) => {
|
| 99 |
-
console.log("Incoming body:", req.body);
|
| 100 |
|
| 101 |
const { task = "market_research", provider, model, ...payload } = req.body;
|
| 102 |
|
|
|
|
| 96 |
});
|
| 97 |
|
| 98 |
app.post("/run", async (req, res) => {
|
| 99 |
+
/* console.log("Incoming body:", req.body); */
|
| 100 |
|
| 101 |
const { task = "market_research", provider, model, ...payload } = req.body;
|
| 102 |
|