Create users actor

This commit is contained in:
2022-03-30 11:40:03 +02:00
parent 70aaa1ff44
commit bfe4674f88
6 changed files with 93 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
pub mod data;
pub mod utils;
pub mod constants;
pub mod controllers;
pub mod controllers;
pub mod actors;