aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctx.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.rs')
-rw-r--r--src/ctx.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ctx.rs b/src/ctx.rs
index 50e01bb..cfb10e3 100644
--- a/src/ctx.rs
+++ b/src/ctx.rs
@@ -104,6 +104,8 @@ pub mod model {
}
}
}
+pub use model::Root as Ctx;
+
#[derive(Debug)]
pub struct ResponseCtx(pub model::Root, pub StatusCode);