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 3db7691 commit 3f31205
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
16 changes: 8 additions & 8 deletions 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"
get: "/v1/latest-stats"
};
};

Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
image: mongo
container_name: "mongo-db"
restart: unless-stopped
volumes:
- ./mongo-data:/data/db
environment:
MONGO_INITDB_ROOT_USERNAME: user
MONGO_INITDB_ROOT_PASSWORD: pass
Expand Down

0 comments on commit 3f31205

Please sign in to comment.