Skip to content

Commit cc45a8f

Browse files
committed
Update sockjs dependency in writeHandler.html
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 58c5a04 commit cc45a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-web/src/test/resources/webroot/sockjs/writeHandler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<head>
2020
<meta charset='UTF-8'>
2121
<title>SockJS writeHandler test</title>
22-
<script src='https://cdn.jsdelivr.net/npm/sockjs-client@1/dist/sockjs.min.js'></script>
22+
<script src="https://unpkg.io/sockjs-client@1.5.0/dist/sockjs.min.js"></script>
2323
<script>
2424
function doTest(transport, registered, local) {
2525
let address = '/transport/' + transport

0 commit comments

Comments
 (0)