about summary refs log tree commit diff
path: root/src/micropub/mod.rs
blob: ec5cd8769428cdd1df7b3d946cd42e25279f5280 (plain) (blame)
1
2
3
4
5
mod get;
mod post;

pub use get::get_handler;
pub use post::post_handler;