Skip to content

Commit 57cea50

Browse files
authored
Update README.md
1 parent dfe2f48 commit 57cea50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ ms-mqtt-service
66
> MQTT_USER=user
77
> MQTT_PASSWORD=password
88
> PORT=port
9+
10+
# Route
11+
## POST
12+
## {{url}}/send-mqtt
13+
## Params:
14+
{
15+
'topic': `topic`,
16+
'message': `message`
17+
};

0 commit comments

Comments
 (0)