aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-03 03:05:27 +0000
committerFuwn <[email protected]>2023-04-03 03:05:27 +0000
commit3026e341f871ffdaa7b6a69703ca63eef2b67fd7 (patch)
treeecdaf57aa6e39cdfc56659813d6b65335f6f512e /examples
parentrefactor(handler): move traits (diff)
downloadwindmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.tar.xz
windmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.zip
refactor(returnable): seperate contexts
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 e10c343..ed02192 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -23,7 +23,7 @@ extern crate log;
use windmark::{
response::Response,
- returnable::{CallbackContext, RouteContext},
+ context::{CallbackContext, RouteContext},
success,
Router,
};