Skip to content

Commit 2d2ccd7

Browse files
authored
Merge pull request #2881 from lxhelmer/patch-6
Update osa4b.md
2 parents 9c8cb5a + 9653ef6 commit 2d2ccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/fi/osa4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const app = require('./app') // varsinainen Express-sovellus
200200
const config = require('./utils/config')
201201
const logger = require('./utils/logger')
202202

203-
const server = http.createServer(app)
203+
204204

205205
app.listen(config.PORT, () => {
206206
logger.info(`Server running on port ${config.PORT}`)

0 commit comments

Comments
 (0)