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

This commit is contained in:
Nicholas Orlowsky 2025-09-25 22:41:12 -04:00
parent bbf91264e1
commit 36b674182a
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
4 changed files with 0 additions and 166 deletions

View file

@ -98,7 +98,6 @@ async fn main() -> ::anyhow::Result<()> {
HttpServer::new(move || {
App::new()
.wrap(actix_cors::Cors::permissive())
.wrap(actix_web::middleware::from_fn(middleware::local_state::local_state))
.app_data(Data::new(state.clone()))
.service(controllers::route::api_get_route)
.service(controllers::route::api_get_schedule)