mirror of https://github.com/docker/docs.git
Fix syntax highlighting
This commit is contained in:
parent
1caceda0fe
commit
5add977c71
|
@ -200,7 +200,7 @@ Let’s change the source code and then set a breakpoint.
|
|||
|
||||
Add the following code above the existing `server.use()` statement, and save the file.
|
||||
|
||||
```node
|
||||
```js
|
||||
server.use( '/foo', (req, res) => {
|
||||
return res.json({ "foo": "bar" })
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue