randydev commited on
Commit
c58623a
·
verified ·
1 Parent(s): b33c5c1

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +7 -2
index.js CHANGED
@@ -123,8 +123,13 @@ const AllJsonReques = {
123
  "headers": "x-api-key",
124
  },
125
  },
126
- "continue": "full"
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);