Skip to content

Commit 95d3be3

Browse files
committed
hosting
1 parent 349a216 commit 95d3be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const express = require('express')
22
const app = express()
3-
const port = process.env.port || 3001
3+
const port = process.env.PORT || 3001
44
const trelloApi = require('./routes/trello')
55
const githubApi = require('./routes/github')
66

0 commit comments

Comments
 (0)