Browse Source

cleanUp + config port

niemes 2 years ago
parent
commit
01692f187e
3 changed files with 1 additions and 9 deletions
  1. 0 7
      .gitpod.yml
  2. 0 1
      .node-version
  3. 1 1
      index.js

+ 0 - 7
.gitpod.yml

@@ -1,7 +0,0 @@
-ports:
-  - port: 3000
-    onOpen: open-preview
-
-tasks:
-  - init: npm install
-    command: npm start

+ 0 - 1
.node-version

@@ -1 +0,0 @@
-8.11.1

+ 1 - 1
index.js

@@ -140,4 +140,4 @@ app.get('/company', async (req, res) => {
     }
 });
 
-app.listen(process.env.PORT);
+app.listen(8111);