First draft stuff
This commit is contained in:
parent
1ee9b78d81
commit
a100ea52a0
3 changed files with 36 additions and 30 deletions
|
|
@ -1,2 +1,5 @@
|
|||
pub mod tokens;
|
||||
pub mod users;
|
||||
|
||||
pub use users::{User, NewUser};
|
||||
pub use tokens::{RefreshToken, NewRefreshToken};
|
||||
|
|
|
|||
Reference in a new issue