about summary refs log tree commit diff
path: root/src/micropub/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/micropub/mod.rs')
-rw-r--r--src/micropub/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micropub/mod.rs b/src/micropub/mod.rs
index 9bc553c..68a3134 100644
--- a/src/micropub/mod.rs
+++ b/src/micropub/mod.rs
@@ -2,5 +2,5 @@ pub mod get;
 pub mod post;
 
 pub use get::get_handler;
+pub use post::normalize_mf2;
 pub use post::post_handler;
-pub use post::normalize_mf2;
\ No newline at end of file