chore: drop endpoints used before client version 0.5.0

This commit is contained in:
Bartosz Sypytkowski 2024-08-26 18:52:08 +02:00
parent 43f6f3bc61
commit 69f7b7f6dd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ use crate::state::AppState;
pub fn ws_scope() -> Scope {
web::scope("/ws")
.service(establish_ws_connection)
//.service(establish_ws_connection)
.service(web::resource("/v1").route(web::get().to(establish_ws_connection_v1)))
}
const MAX_FRAME_SIZE: usize = 65_536; // 64 KiB