Update server.js
Browse files
server.js
CHANGED
|
@@ -43,7 +43,7 @@ app.post('/api/proxy', async (req, res) => {
|
|
| 43 |
|
| 44 |
const form = new FormData();
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
// Check if fileURL is defined and the file exists
|
| 49 |
if (!fileURL) {
|
|
|
|
| 43 |
|
| 44 |
const form = new FormData();
|
| 45 |
|
| 46 |
+
|
| 47 |
|
| 48 |
// Check if fileURL is defined and the file exists
|
| 49 |
if (!fileURL) {
|