Skip to content

Commit f298c2a

Browse files
authored
Merge pull request #2758 from Benbb96/patch-2
remove http module from exercise 4.1
2 parents 55670dc + 66c93b4 commit f298c2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/4/en/part4a.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ In the exercises for this part, we will be building a <i>blog list application</
406406
Let's imagine a situation, where you receive an email that contains the following application body:
407407
408408
```js
409-
const http = require('http')
410409
const express = require('express')
411410
const app = express()
412411
const cors = require('cors')

0 commit comments

Comments
 (0)