Rajhuggingface4253 commited on
Commit
82116f7
·
verified ·
1 Parent(s): 1a12db5

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -3,7 +3,7 @@ const cors = require('cors');
3
  const imageProcessor = require('./image-processing-logic');
4
 
5
  const app = express();
6
- const PORT = process.env.PORT || 3000;
7
 
8
  // Use standard middleware.
9
  app.use(cors());
 
3
  const imageProcessor = require('./image-processing-logic');
4
 
5
  const app = express();
6
+ const PORT = process.env.PORT || 7860;
7
 
8
  // Use standard middleware.
9
  app.use(cors());