We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b660afd commit fd36374Copy full SHA for fd36374
1 file changed
ohkami/src/fang/builtin/csrf.rs
@@ -24,7 +24,7 @@ use std::sync::Arc;
24
/// Ohkami::new((
25
/// Csrf::new(),
26
/// "/".GET(|| async {"Hello, CSRF!"}),
27
-/// ))
+/// )).howl("0.0.0.0:3000").await
28
/// }
29
/// ```
30
///
@@ -44,7 +44,7 @@ use std::sync::Arc;
44
/// "https://example.org",
45
/// ]),
46
47
+/// )).howl("0.0.0.0:5000").await
48
49
50
#[derive(Clone)]
0 commit comments