Add widescreen setting and universal time
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 11m13s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 11m13s
This commit is contained in:
parent
bbf91264e1
commit
36b674182a
4 changed files with 0 additions and 166 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue