From 9278b2f44ee62f35d51743f1cd517792626e3407 Mon Sep 17 00:00:00 2001 From: Dmytro Trotsenko Date: Fri, 23 Feb 2024 01:52:27 +0200 Subject: [PATCH] fix: fixed websocket connection url --- src/main/resources/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 092765e6..75ee8e62 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -10,7 +10,7 @@

WebSocket Chat Test Client

- Connect to WebSocket [http://localhost:8080/chat?Authorization=Bearer {jwt_token}] + Connect to WebSocket [http://localhost/chat?Authorization=Bearer {jwt_token}]