Revert "Have example app emit a clickable link"

closes #1318
This commit is contained in:
Douglas Christopher Wilson
2022-01-20 21:04:17 -05:00
parent 8387aa49c6
commit 7c0d989483
15 changed files with 15 additions and 15 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>