diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:08:19 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:08:19 -0500 |
| commit | d7501b1bd65082f3b44a1bbe8fd43fc3ab917278 (patch) | |
| tree | 2e822b43f334e9176bc71f018b8f68f010d8daf2 /src/main.rs | |
| parent | aa53caa0e8fc049562fc7a4833d41ca52d23ecf4 (diff) | |
finish
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index aaa9756..f39c843 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,7 +114,9 @@ async fn get_try_inject_head_nav_footer( .await .into_response(); - inject(res, "footer.html", "</main>", state.clone()).await.into_response() + inject(res, "footer.html", "</main>", state.clone()) + .await + .into_response() } #[tokio::main] |
