We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea98d4e commit 435d276Copy full SHA for 435d276
runtimes/core/src/api/endpoint.rs
@@ -682,5 +682,3 @@ impl axum::handler::Handler<(), ()> for EndpointHandler {
682
pub fn path_supports_tsr(path: &str) -> bool {
683
path != "/" && !path.ends_with('/') && !path.contains("/*")
684
}
685
-
686
0 commit comments