Rename server module
This commit is contained in:
parent
dc4bb7f567
commit
12b077b7be
6 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
use anyhow::Result;
|
||||
use std::net::SocketAddr;
|
||||
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
||||
use cratedocs_mcp::server::axum_docs::App;
|
||||
use cratedocs_mcp::server::http_sse_server::App;
|
||||
|
||||
const BIND_ADDRESS: &str = "127.0.0.1:8080";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue