[Add] Dynamic routes through path parameters
All checks were successful
CI / checks (push) Successful in 5m22s
All checks were successful
CI / checks (push) Successful in 5m22s
This commit is contained in:
parent
3919eb46fd
commit
cf3cccd3ca
6 changed files with 379 additions and 13 deletions
|
|
@ -141,7 +141,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
.await?;
|
||||
let mut host = mtp::webserver::MTPWebServer::new(config, web_server::config()?).await?;
|
||||
println!(
|
||||
"Server listening on https://{} (TCP HTTPS + UDP WebTransport)",
|
||||
"Server listening on https://{} (HTTPS + UDP WebTransport)",
|
||||
host.local_addr()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue