aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/windmark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs
index 4b2b1fc..50914f4 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -181,7 +181,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
);
#[cfg(feature = "auto-deduce-mime")]
router.mount("/auto-file", {
- windmark::binary_success_auto!(include_bytes!("../LICENSE"))
+ windmark::binary_success!(include_bytes!("../LICENSE"))
});
router.mount("/file", {
windmark::binary_success!(include_bytes!("../LICENSE"), "text/plain")