sjorspeterse
Results
1
issues of
sjorspeterse
It appears to me that the messages are not sent over the websocket, but using a regular POST request. I base this on the following code in `resources/js/app.js`: ``` axios.post('/messages',...