Skip to content

Commit bd08ccc

Browse files
author
fhirt
committed
deploy heroku
1 parent 7d64999 commit bd08ccc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node server.js

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const express = require('express');
22
const app = express();
33
const path = require('path');
4-
const IP = 80;
4+
const IP = process.env.PORT || 8080;
55

66
var answer = {
77
"unix": "unixdate",

0 commit comments

Comments
 (0)