optimize log tool
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
var ws = new WebSocket("ws://localhost:8080/app/index/websocket");
|
||||
var ws = new WebSocket("ws://localhost:80/app/index/websocket");
|
||||
ws.onmessage = function(e) {
|
||||
|
||||
$('<li>').text(e.data).appendTo($ul);
|
||||
|
||||
Reference in New Issue
Block a user