Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -958,7 +958,7 @@ app.use((err, req, res, next) => {
|
|
| 958 |
|
| 959 |
// ==================== START SERVER ====================
|
| 960 |
|
| 961 |
-
const PORT = process.env.PORT ||
|
| 962 |
const server = app.listen(PORT, '0.0.0.0', () => {
|
| 963 |
console.log(`✅ Server running on port ${PORT}`);
|
| 964 |
console.log(`✅ Authentication: JWT Token Based`);
|
|
|
|
| 958 |
|
| 959 |
// ==================== START SERVER ====================
|
| 960 |
|
| 961 |
+
const PORT = process.env.PORT || 7860;
|
| 962 |
const server = app.listen(PORT, '0.0.0.0', () => {
|
| 963 |
console.log(`✅ Server running on port ${PORT}`);
|
| 964 |
console.log(`✅ Authentication: JWT Token Based`);
|