aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index d6f1e1e..0c42bb6 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -23,15 +23,11 @@ use routes::build_rocket;
use serde::Deserialize;
use std::{env::args, fs::read_to_string, path::PathBuf, process::exit, sync::Arc};
-pub mod api;
pub mod auth;
-pub mod compat;
pub mod logger;
-pub mod logic;
pub mod request_info;
pub mod responders;
pub mod routes;
-pub mod ui;
#[rocket::main]
async fn main() {