Can create a movement

This commit is contained in:
2025-04-15 22:39:42 +02:00
parent 5a51dee8b0
commit b4cf6624f7
9 changed files with 160 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use std::error::Error;
pub mod accounts_controller;
pub mod auth_controller;
pub mod files_controller;
pub mod movement_controller;
pub mod server_controller;
pub mod static_controller;
pub mod tokens_controller;