Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiuyuan authored Nov 14, 2017
1 parent f94689c commit f449b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const request = require('request')

const app = express()

const token = "EAAE5Hez6YUsBALJBKBDr8TgZBid7utHQPt3Xmp4zbO2LFoMCzrqQ96ZCHhAbnryP8qkTREIPhaD2cKkIZBrfIWBmMuxOv2gwD2e5nncNubiQ9M0hLPhgreXv31zmuwpJDx0ksqoygu2jmjD9xmwKrfZB2EeAG7hqoZBQ5hRI7UtuZCcNYmF5ZC7"
const token = [REMOVED_TOKEN_ID_FOR_SECURITY]

app.set('port', (process.env.PORT || 5000))
app.use(bodyParser.urlencoded({extended: false}))
Expand Down

0 comments on commit f449b57

Please sign in to comment.