Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
djkato committed Jul 14, 2024
1 parent 298cb1b commit 08b3529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemap-generator/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn create_routes(state: AppState) -> Router {
let r = Router::new().route("/api/webhooks", any(webhooks));

#[cfg(not(debug_assertions))]
r.layer(middleware::from_fn(webhook_signature_verifier));
let r = r.layer(middleware::from_fn(webhook_signature_verifier));

r
//handles just path, eg. localhost:3000/
Expand Down

0 comments on commit 08b3529

Please sign in to comment.