Open TheLukaszNs opened 6 years ago
This PR fixes #53 by updating the index.js file to use the newer JS syntax (const, arrow functions, etc.)
index.js
const
arrow functions
Also, I added the ability to change the port by the PORT environment variable.
PORT
Fast summary
This PR fixes #53 by updating the
index.js
file to use the newer JS syntax (const
,arrow functions
, etc.)Also, I added the ability to change the port by the
PORT
environment variable.