Skip to content

Commit

Permalink
removed /ws/rpc/v0_6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbar committed Jan 29, 2025
1 parent ab9bed5 commit 42d1943
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ impl RpcServer {
router
.route("/ws", get(websocket_handler))
.with_state(default_router)
.route("/ws/rpc/v0_6", get(websocket_handler))
.with_state(v06_routes)
.route("/ws/rpc/v0_7", get(websocket_handler))
.with_state(v07_routes)
.route("/ws/rpc/pathfinder/v0_1", get(websocket_handler))
Expand Down

0 comments on commit 42d1943

Please sign in to comment.