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 e5f3baa commit 7bcffb5Copy full SHA for 7bcffb5
crates/metassr-server/src/handler.rs
@@ -49,7 +49,7 @@ impl<'a, S: Clone + Send + Sync + 'static> PagesHandler<'a, S> {
49
let handler =
50
move |Query(params): Query<HashMap<String, String>>,
51
Path(path): Path<HashMap<String, String>>| async move {
52
- dbg!(¶ms, &path);
+ // dbg!(¶ms, &path);
53
Html(*html)
54
};
55
0 commit comments