Fixed removing trailing slashes

This commit is contained in:
Martin Berg Alstad
2024-06-22 20:23:28 +02:00
parent 4b6608fd4f
commit 38fc8ce383
3 changed files with 16 additions and 9 deletions

2
Cargo.lock generated
View File

@ -565,6 +565,7 @@ dependencies = [
"nom",
"serde",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
@ -674,6 +675,7 @@ dependencies = [
"http-body",
"http-body-util",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
"tracing",