Skip to content

Commit

Permalink
update http routes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Feb 16, 2024
1 parent e29305a commit 81cd22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ service Query {
// Since Revision 3
rpc ProjectEnrollment(QueryProjectEnrollmentRequest) returns (QueryProjectEnrollmentResponse) {
option (google.api.http) = {
get : "/regen/ecocredit/v1/project/{project_id}/enrollment/{class_id}"
get : "/regen/ecocredit/v1/project/{project_id}/enrollments/{class_id}"
};
}

Expand Down

0 comments on commit 81cd22a

Please sign in to comment.