Skip to content

Commit

Permalink
fix macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed Dec 5, 2021
1 parent 79050a7 commit 60b6a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbolift_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub fn on(distribution_platform_: TokenStream, function_: TokenStream) -> TokenS
||
turbolift::actix_web::App::new()
.route(
"#wrapper_route", turbolift::actix_web::web::get().to(turbolift_wrapper)
#wrapper_route, turbolift::actix_web::web::get().to(turbolift_wrapper)
)
.route(
"/health-probe", turbolift::actix_web::web::get().to(health_probe)
Expand Down

0 comments on commit 60b6a9c

Please sign in to comment.