Skip to content

Commit

Permalink
Fixed a typo in the student club documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 27, 2024
1 parent 37ea275 commit afef024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/api/tumdev/campus_backend.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ service Campus {
option (google.api.http) = {delete: "/device/{device_id}"};
}

// Delete a device from push notifications
// List all avaliable student clubs
rpc ListStudentClub(ListStudentClubRequest) returns (ListStudentClubReply) {
option (google.api.http) = {delete: "/student_clubs"};
option (google.api.http) = {get: "/student_clubs"};
}
}

Expand Down

0 comments on commit afef024

Please sign in to comment.