Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/master5o1/declutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Schwarzenberger committed Nov 18, 2020
2 parents 34823e6 + b8f2d40 commit c008b13
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 @@ -5,7 +5,7 @@ const { telegraph } = require('./utils/cache');
const headless = require('./routes/headless');
const simple = require('./routes/simple');

const port = process.env.NODE_PORT || 3000;
const port = process.env.NODE_PORT || 33843;
const app = express();

app.use(bodyParser.json());
Expand Down

0 comments on commit c008b13

Please sign in to comment.