port variable

This commit is contained in:
2022-04-16 23:10:31 +03:00
parent 84b7c983d9
commit 6c098f218f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ config();
const app = express();
const port = process.env.PORT;
const port = process.env.RED_CODER_BH_PORT;
app.get('/', (req, res) => {
res.send('hello')