Skip to content

Commit

Permalink
dbeaver/pro#1441 Construct WebSocket endpoint from service endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox committed Oct 1, 2024
1 parent 8d00872 commit 05a5794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void runServer() {
wsContainer.setIdleTimeout(Duration.ofMinutes(5));
// Add websockets
wsContainer.addMapping(
serverConfiguration.getServicesURI() + "ws/*",
serverConfiguration.getServicesURI() + "ws",
new CBJettyWebSocketManager(this.application.getSessionManager())
);
}
Expand Down

0 comments on commit 05a5794

Please sign in to comment.