Skip to content

Commit

Permalink
Merge pull request #10422 from ArseniiPetrovich/patch-1
Browse files Browse the repository at this point in the history
docs: API Gateway: patch documentation note about make gen command
  • Loading branch information
magik6k authored Mar 9, 2023
2 parents 1aac945 + 4427986 commit f9c8cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// When adding / changing methods in this file:
// * Do the change here
// * Adjust implementation in `node/impl/`
// * Run `make gen` - this will:
// * Run `make clean && make deps && make gen` - this will:
// * Generate proxy structs
// * Generate mocks
// * Generate markdown docs
Expand Down

0 comments on commit f9c8cb0

Please sign in to comment.