We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1352c commit f771accCopy full SHA for f771acc
developer-tools/nodejs/porting/1_node_application.md
@@ -79,10 +79,10 @@ module.exports.connections = {
79
]
80
```
81
* Modify a message
82
- * ```curl -XPUT http://localhost:1337/message/5638b363c5cd0825511690bd?text=hey````
+ * ```curl -XPUT http://localhost:1337/message/5638b363c5cd0825511690bd?text=hey```
83
84
* Delete a message
85
- * ```curl -XDELETE http://localhost:1337/message/5638b381c5cd0825511690be````
+ * ```curl -XDELETE http://localhost:1337/message/5638b381c5cd0825511690be```
86
87
* Get list of messages
88
* ```curl http://localhost:1337/message```
0 commit comments