feat(dm): standard forecast and orders in

This commit is contained in:
2025-04-23 15:19:34 -05:00
parent 3c9e627021
commit 28b050859a
9 changed files with 172 additions and 19 deletions

View File

@@ -53,10 +53,11 @@ app.openapi(
);
if (error) {
console.log(error);
return c.json(
{
success: false,
message: "Error posting forecast",
message: "Error posting Orders",
data: error,
},
400

View File

@@ -54,6 +54,7 @@ app.openapi(
);
if (error) {
console.log(error);
return c.json(
{
success: false,