mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Rename to awebframework (#13)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
//! # Example
|
||||
//!
|
||||
//! ```
|
||||
//! use tower_web::{prelude::*, ws::{ws, WebSocket}};
|
||||
//! use awebframework::{prelude::*, ws::{ws, WebSocket}};
|
||||
//!
|
||||
//! let app = route("/ws", ws(handle_socket));
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user