Skip to content

Commit

Permalink
fixed quottery endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xluk committed Sep 14, 2024
1 parent d02ab29 commit 907740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/v1/quottery_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service QuotteryService {

rpc GetBettorsByBetOption(GetBettorsByBetOptionRequest) returns (BetOptionBettors) {
option (google.api.http) = {
get: "/v1/getBettorsByBetOption"
get: "/v1/quottery/getBettorsByBetOption"
};
};
}

0 comments on commit 907740b

Please sign in to comment.