bunkerweb 1.4.0

This commit is contained in:
bunkerity
2022-06-03 17:24:14 +02:00
parent 3a078326c5
commit a9f886804a
5245 changed files with 1432051 additions and 27894 deletions

View File

@@ -3,10 +3,11 @@ const app = express()
const port = 3000
app.get('/', (req, res) => {
res.send('Hello World!')
res.send('Hello World from app1!')
})
app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`)
})

View File

@@ -12,3 +12,4 @@
"express": "^4.17.1"
}
}