Skip to content

Commit

Permalink
update ssh, rm debug header
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 16, 2023
1 parent d7f8454 commit 7ad5267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/site/wip.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use super::base;
use maud::{html, Markup};
use axum::debug_handler;
use axum::extract::State;

#[debug_handler]
pub async fn wip(State(state): State<super::SiteState>) -> Markup {
let description = "Work in progress, please check back later.";
let content = html! {
Expand Down

0 comments on commit 7ad5267

Please sign in to comment.