This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
Redundant Path annotation when router grouping pattern exists #4
Labels
enhancement
New feature or request
Slack: https://speakeasyapi.slack.com/archives/C03BEMS60GZ/p1651184009523929
For Speakeasy, we need to annotate each handler with
// @Router /v1/endpoint/path_a [post]
. However, we already have this information because each of our routes has aPattern
with the same informationIt would reduce redundant dev work if we didn't need to have the extra annotations in both places
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: