Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed May 6, 2024
1 parent e679594 commit c774cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugin_middleware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ where
}
}
let res = svc.call(service_req).await?;

// TODO: add after hook

Ok(res)
})
}
Expand Down

0 comments on commit c774cda

Please sign in to comment.