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

Create server

This commit is contained in:
2020-05-21 15:28:07 +02:00
parent 22d47efa9c
commit 1170a94309
12 changed files with 1239 additions and 30 deletions

4
src/controllers/mod.rs Normal file
View File

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