Khrisna commited on
Commit
e1a2ed8
·
verified ·
1 Parent(s): bf7bbab

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -225,7 +225,7 @@ app.post('/api/upscaler2', async (req, res) => {
225
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
226
  }
227
  })
228
- app.post('/api/upscaler2', async (req, res) => {
229
  try {
230
  console.log(req.body)
231
  const { images, status } = req.body
 
225
  res.json({ error: true, message: e === '[object Object]' ? 'Internal Server Error' : e })
226
  }
227
  })
228
+ app.post('/api/upscaler3', async (req, res) => {
229
  try {
230
  console.log(req.body)
231
  const { images, status } = req.body