init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use axum::Router;
|
||||
use axum::routing::post;
|
||||
use crate::network::http::HttpState;
|
||||
|
||||
pub fn create_router() -> Router<HttpState> {
|
||||
Router::new()
|
||||
// .route("/auth/", post(join_master_server))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user