Spaces:
ywxzyy
/
Sleeping

ywxzyy commited on
Commit
49c7714
·
verified ·
1 Parent(s): 3cf353a

Update main.coffee

Browse files
Files changed (1) hide show
  1. main.coffee +1 -1
main.coffee CHANGED
@@ -37,7 +37,7 @@ data =
37
  result =
38
  response: data
39
 
40
- res.send JSON.stringify result, null, 2
41
 
42
  app.all '/upload', (req, res) ->
43
  if req.method isnt 'POST'
 
37
  result =
38
  response: data
39
 
40
+ res.send result
41
 
42
  app.all '/upload', (req, res) ->
43
  if req.method isnt 'POST'