Fix syntax highlighting

This commit is contained in:
Dávid Szabó 2021-02-18 22:27:57 +01:00 committed by GitHub
parent ab9ee94657
commit 15bdb766b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Lets change the source code and then set a breakpoint.
Add the following code to the server.js file on line 19 and save the file.
```node
```js
server.use( '/foo', (req, res) => {
return res.json({ "foo": "bar" })
})