Properly export JwtConf now

This commit is contained in:
Jef Roosens 2021-11-23 17:46:40 +01:00
parent 90d731ccda
commit 1ce6c47124
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

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