randydev commited on
Commit
fa3c558
·
verified ·
1 Parent(s): 3a010a2

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -91,7 +91,7 @@ app.get('/api/v1/gpt-old', async (req, res) => {
91
  }
92
  });
93
 
94
- app.get("/api/v1/fluxai-ai", async (req, res) => {
95
  try {
96
  const query = req.body.query;
97
  const imageBytes = await schellwithflux(query);
 
91
  }
92
  });
93
 
94
+ app.post("/api/v1/fluxai-ai", async (req, res) => {
95
  try {
96
  const query = req.body.query;
97
  const imageBytes = await schellwithflux(query);