Skip to content

Commit

Permalink
Fix: wrong word usage
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleChair committed Nov 28, 2024
1 parent 4de2588 commit 7bfa7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ After execution, visit the address [http://127.0.0.1:8199/swagger](http://127.0.

As you can see, the extension tags have been included in the API documentation.

## IV. Expanding Response Structure Information
## IV. Extending Response Structure Information

For requests that require multiple response status codes, the framework provides the `IEnhanceResponseStatus` interface in the `goai` component, and developers can extend the information of the response structure by implementing this interface. The related definitions are as follows:

Expand Down

0 comments on commit 7bfa7ab

Please sign in to comment.