mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -23,7 +23,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -28,7 +28,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code></pre>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -30,7 +30,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -22,7 +22,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code></pre>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
@@ -26,7 +26,7 @@ app.get('/', (req, res) => {
|
||||
})
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening at http://localhost:${port}`)
|
||||
console.log(`Example app listening on port ${port}`)
|
||||
})
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user