Spaces:
Paused
Paused
Update app.js
Browse files
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.
|
| 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 |
});
|