Skip to content

Commit f771acc

Browse files
authored
Fix formatting
1 parent 4f1352c commit f771acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer-tools/nodejs/porting/1_node_application.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ module.exports.connections = {
7979
]
8080
```
8181
* Modify a message
82-
* ```curl -XPUT http://localhost:1337/message/5638b363c5cd0825511690bd?text=hey````
82+
* ```curl -XPUT http://localhost:1337/message/5638b363c5cd0825511690bd?text=hey```
8383

8484
* Delete a message
85-
* ```curl -XDELETE http://localhost:1337/message/5638b381c5cd0825511690be````
85+
* ```curl -XDELETE http://localhost:1337/message/5638b381c5cd0825511690be```
8686

8787
* Get list of messages
8888
* ```curl http://localhost:1337/message```

0 commit comments

Comments
 (0)