mirror of https://github.com/docker/docs.git
Fix syntax highlighting
This commit is contained in:
parent
ab9ee94657
commit
15bdb766b6
|
@ -184,7 +184,7 @@ Let’s 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" })
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue