зеркало из https://github.com/Azure/draft-classic.git
add PORT envvar to nodejs example
This commit is contained in:
Родитель
1fa70b3833
Коммит
035743723d
|
@ -1,5 +1,5 @@
|
|||
const http = require('http');
|
||||
const port = 8080;
|
||||
const port = process.env.PORT || 8080;
|
||||
|
||||
const requestHandler = (request, response) => {
|
||||
console.log(request.url);
|
Загрузка…
Ссылка в новой задаче