mirror of
https://github.com/guilhermewerner/chat
synced 2025-06-15 19:04:18 +00:00
Update index.html
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var socket = io('http://localhost:3333');
|
||||
var socket = io('http://192.168.0.25:3333');
|
||||
|
||||
function renderMessage(message) {
|
||||
$('#messages').append(`<li class="list-group-item"><strong>${message.author}:</strong> ${message.content}</li>`);
|
||||
|
Reference in New Issue
Block a user