Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LINCKODE committed Jul 19, 2024
1 parent 3f31205 commit d25015e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/protobuff/stats-api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/protobuff/stats-api.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/protobuff/stats-api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ service StatsService {

rpc GetLatestData(google.protobuf.Empty) returns (GetLatestDataResponse){
option (google.api.http) = {
get: "/v1/latest-stats"
get: "/v1/stats-latest"
};
};

Expand Down

0 comments on commit d25015e

Please sign in to comment.