Skip to content

Commit

Permalink
correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 2, 2018
1 parent dcedbca commit 55e1050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/webio.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function routepages(req)
<html>
<head>
<meta charset="UTF-8">
<script>var websocket_url = 'ws://localhost:$(port[])/webio_websocket'</script>
<script>var websocket_url = 'ws://localhost:$(port[])/webio_websocket/'</script>
<script src=$(repr(webio_script))></script>
<script src=$(repr(ws_script))></script>
</head>
Expand Down

0 comments on commit 55e1050

Please sign in to comment.