diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-23 20:19:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-24 15:21:32 -0700 |
commit | aff11938989901327fdf0198d08f97b7105e7b3b (patch) | |
tree | daa370f45ee809fadf56c95d4b08c26c9c181218 /rust/src/lib.rs | |
parent | cf937ed89c3fe10d891c41612017301a7ff0fbae (diff) | |
download | fatcat-aff11938989901327fdf0198d08f97b7105e7b3b.tar.gz fatcat-aff11938989901327fdf0198d08f97b7105e7b3b.zip |
get_or_create_editgroup() helper for POSTs
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 37929ac8..4e1dc8ba 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -15,6 +15,7 @@ extern crate iron; extern crate serde_json; pub mod api_server; +pub mod api_helpers; pub mod database_models; pub mod database_schema; |