Update index.js
Browse files
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/
|
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
|