Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Nov 19, 2023
1 parent cdb19c3 commit 38a7b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junowen-server/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn to_response(

pub async fn app(req: &Request, db: &impl Database) -> Result<impl IntoResponse> {
trace!("{:?}", req);
tracing::info!("{:?}", req.extensions());
if let Some(relative_uri) = req.uri().path().strip_prefix("/custom/") {
return custom(relative_uri, req, db).await;
}
Expand Down

0 comments on commit 38a7b8b

Please sign in to comment.