Raybilhelp commited on
Commit
d0e4741
·
verified ·
1 Parent(s): bef573d

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -122,5 +122,5 @@ app.post(allActionPaths, verifyCloudflare, async (req, res) => {
122
  // সার্ভার স্টার্ট
123
  const PORT = process.env.PORT || 7860; // Hugging Face Space ডিফল্টভাবে 7860 পোর্ট ব্যবহার করে
124
  app.listen(PORT, () => {
125
- console.lang(`Server is running on port ${PORT}`);
126
  });
 
122
  // সার্ভার স্টার্ট
123
  const PORT = process.env.PORT || 7860; // Hugging Face Space ডিফল্টভাবে 7860 পোর্ট ব্যবহার করে
124
  app.listen(PORT, () => {
125
+ console.log(`Server is running on port ${PORT}`);
126
  });