Skip to content

Commit

Permalink
remove todo clarifying authZ
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Miao <79033892+AlexMIaoPU@users.noreply.github.com>
  • Loading branch information
KavikaPalletenne and AlexMIaoPU authored Nov 13, 2024
1 parent f5302f7 commit 4f8de66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/server/src/handler/rating.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use axum::response::IntoResponse;
pub struct RatingHandler;

impl RatingHandler {
// TODO: are all the user permissions as required? Who should be able to do what with ratings?
pub async fn create(
State(state): State<AppState>,
Path(application_id): Path<i64>,
Expand Down

0 comments on commit 4f8de66

Please sign in to comment.