Skip to content

Commit 66c93b4

Browse files
authored
remove http module from exercise 4.1
`http` module doesn't seem to be used in that exercise.
1 parent 702b84e commit 66c93b4

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)