Fix port 801
This commit is contained in:
parent
eac6928393
commit
1110777675
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import bodyParser from 'body-parser';
|
||||||
import sendEmail from './api/sendEmail';
|
import sendEmail from './api/sendEmail';
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const port = process.env.PORT || 5000;
|
const port = process.env.PORT || 801;
|
||||||
|
|
||||||
app.use(cors());
|
app.use(cors());
|
||||||
app.use(bodyParser.json());
|
app.use(bodyParser.json());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue