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

Start to return user information

This commit is contained in:
2020-05-25 13:25:51 +02:00
parent 97d9adcc03
commit be4d1befcc
7 changed files with 80 additions and 7 deletions

View File

@@ -2,4 +2,5 @@ pub mod routes;
pub mod server;
pub mod server_controller;
pub mod account_controller;
pub mod account_controller;
pub mod user_controller;