lots of stuff
This commit is contained in:
parent
6868860a85
commit
992450e9d3
6 changed files with 43 additions and 2 deletions
2
index.js
2
index.js
|
|
@ -3,7 +3,7 @@ const app = express();
|
|||
const port = 3000;
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('Hello World!');
|
||||
res.send("Hello World! We're live");
|
||||
});
|
||||
|
||||
app.listen(port, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue