Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correctly add the
ApiRouter
to the HTTP service's ApiRouter
The `HttpServiceBuilder#api_router` method is incorrectly adding the provided `ApiRouter` to the normal axum `Router`. This means the routes defined in the provided `ApiRouter` will not show up in the generated OpenAPI schema. Fix the method to correctly merge the provided `ApiRouter` with the `HttpServiceBuilder`'s `ApiRouter`.
- Loading branch information