From bbf91264e1bceaf75728a27eeca9cb4cdec1d2e0 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 25 Sep 2025 22:11:48 -0400 Subject: [PATCH] Add widescreen setting and universal time --- api/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/main.rs b/api/src/main.rs index a3f6082..56a5cac 100644 --- a/api/src/main.rs +++ b/api/src/main.rs @@ -12,7 +12,6 @@ mod database; mod services; mod controllers; mod templates; -mod middleware; pub struct AppState { database: ::sqlx::postgres::PgPool,