ardasen commited on
Commit
fd068e9
·
1 Parent(s): 728bf1b

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -43,7 +43,7 @@ app.post('/api/proxy', async (req, res) => {
43
 
44
  const form = new FormData();
45
 
46
- const fileURL = req.body.fileURL;
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) {