Add widescreen setting and universal time
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 23m29s

This commit is contained in:
Nicholas Orlowsky 2025-09-25 22:11:48 -04:00
parent ce912d4b85
commit bbf91264e1
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B

View file

@ -12,7 +12,6 @@ mod database;
mod services; mod services;
mod controllers; mod controllers;
mod templates; mod templates;
mod middleware;
pub struct AppState { pub struct AppState {
database: ::sqlx::postgres::PgPool, database: ::sqlx::postgres::PgPool,