chore: cargo update
This commit is contained in:
@@ -147,6 +147,7 @@ async fn serve() -> Result<(), Error> {
|
||||
.nest_service("/files", file_service("datastore/public"))
|
||||
.fallback(leptos_axum::file_and_error_handler(shell))
|
||||
.with_state(leptos_options);
|
||||
|
||||
let listener = tokio::net::TcpListener::bind(&addr).await?;
|
||||
tracing::info!("Listening on http://{addr}");
|
||||
axum::serve(listener, app.into_make_service()).await?;
|
||||
|
||||
Reference in New Issue
Block a user