Properly export JwtConf now

pull/2/head
Jef Roosens 2021-11-23 17:46:40 +01:00
parent 90d731ccda
commit 1ce6c47124
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
pub mod jwt;
pub use self::jwt::JwtConf;