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