init
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import express from 'express';
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 3000;
|
||||
const PORT = process.env.PORT || 8080;
|
||||
|
||||
app.get('/', (_req, res) => {
|
||||
res.send('Hello, TypeScript + Express!');
|
||||
|
||||
Reference in New Issue
Block a user