Skip to content

Commit c41a78a

Browse files
committed
hot fix
1 parent 2d3e648 commit c41a78a

File tree

1 file changed

+1
-0
lines changed
  • atcoder-problems-backend/src/server

1 file changed

+1
-0
lines changed

atcoder-problems-backend/src/server/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub async fn run_server(
2424
let host = "0.0.0.0";
2525
HttpServer::new(move || {
2626
App::new()
27+
.app_data(web::Data::new(github_client.clone()))
2728
.app_data(web::Data::new(pg_pool.clone()))
2829
.wrap(GithubAuthentication::new(github_client.clone()))
2930
.wrap(

0 commit comments

Comments
 (0)