Adding hook for getting jwt from login

Also missed a lazy_static removal in db-lib
This commit is contained in:
shockrah
2020-12-28 21:57:47 -08:00
parent 2ad0136e69
commit 9d01912670
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
#[macro_use] extern crate lazy_static;
extern crate serde;
pub mod member;
pub mod common;