Cleaning up error handling on server.rs

- Fixes #83
pull/122/head
Dessalines 5 years ago
parent 93a512b7a1
commit 18e239789f

@ -13,6 +13,8 @@ pub extern crate bcrypt;
pub extern crate regex;
#[macro_use] pub extern crate strum_macros;
#[macro_use] pub extern crate lazy_static;
#[macro_use] extern crate failure;
pub mod schema;
pub mod apub;
pub mod actions;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save