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

Start to implement login method

This commit is contained in:
2020-05-21 15:43:53 +02:00
parent 9b7bf77a0a
commit ab5df69ee5
3 changed files with 29 additions and 4 deletions

View File

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