1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Ready to implement conversation creation

This commit is contained in:
2020-06-03 13:36:19 +02:00
parent 8745f8363c
commit 314e584840
3 changed files with 16 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ pub mod server;
pub mod server_controller;
pub mod account_controller;
pub mod user_controller;
pub mod conversations_controller;
pub mod virtual_directory_controller;