Update index.js
Browse files
index.js
CHANGED
@@ -123,8 +123,13 @@ const AllJsonReques = {
|
|
123 |
"headers": "x-api-key",
|
124 |
},
|
125 |
},
|
126 |
-
"
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
app.get("/api/v1/json/all", async (req, res) => {
|
130 |
res.json(AllJsonReques);
|
|
|
123 |
"headers": "x-api-key",
|
124 |
},
|
125 |
},
|
126 |
+
"flux": {
|
127 |
+
"endpoint": "flux/flux-ai",
|
128 |
+
"body": "query",
|
129 |
+
"method": "POST",
|
130 |
+
"headers": "x-api-key",
|
131 |
+
},
|
132 |
+
},
|
133 |
}
|
134 |
app.get("/api/v1/json/all", async (req, res) => {
|
135 |
res.json(AllJsonReques);
|