mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
remove unused logic in fullstack launch (#2949)
This commit is contained in:
parent
b20db13e84
commit
9bf94a1636
1 changed files with 0 additions and 5 deletions
|
@ -137,11 +137,6 @@ async fn launch_server(
|
|||
.unwrap_or_else(dioxus_cli_config::AddressArguments::parse)
|
||||
.address();
|
||||
|
||||
// Point the user to the CLI address if the CLI is running or the fullstack address if not
|
||||
let serve_address = cli_args
|
||||
.map(|args| args.cli_address())
|
||||
.unwrap_or_else(|| address);
|
||||
|
||||
#[cfg(feature = "axum")]
|
||||
{
|
||||
use crate::axum_adapter::DioxusRouterExt;
|
||||
|
|
Loading…
Reference in a new issue