Generate an email in speak space (/:roomId/message) [POST request] Something to see listed here is userIds, sort comes from req.body while userId which becoming aliased as chatInitiatorId is coming from req courtesy the decode middleware. In the event that you remember, we connected app.use(“/room”, decode, chatRoomRouter); within our server/index.js document. Meaning this route /room/initiate is […]