Closed diangogav closed 4 months ago
Hello there, this is one of my first open source contribution. Nice to meet you, in what folder should i implement this code ?
Hello there, this is one of my first open source contribution. Nice to meet you, in what folder should i implement this code ?
Hello, @DembaIsCoding, nice to meet you, and thank you for your interest in this project. In the pull request, I will include my suggestions. :raised_hands:
The issue has been resolved in pull request #92.
Thanks @diegofcornejo <3
Description
We need an API endpoint to send server messages to clients using the
ServerMessageClientMessage
...Tasks
ServerMessagesController
with the POST endpoint and implement the send message logic.Acceptance Criteria
/server/message
endpoint with the body{ "message": "lorem ipsum" }
, it should send "lorem ipsum" to the clients as a message.