ajihakim201 commited on
Commit
57a9713
·
verified ·
1 Parent(s): 53eb422

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +2 -2
server.js CHANGED
@@ -49,7 +49,7 @@ app.post("/ocr", async (req, res) => {
49
  }
50
  });
51
 
52
- const PORT = process.env.PORT || 5000;
53
- app.listen(PORT, "0.0.0.0", () => {
54
  console.log(`🚀 OCR server running on http://0.0.0.0:${PORT}`);
55
  });
 
49
  }
50
  });
51
 
52
+ const PORT = process.env.PORT || 7860;
53
+ app.listen(PORT, '0.0.0.0', () => {
54
  console.log(`🚀 OCR server running on http://0.0.0.0:${PORT}`);
55
  });