Skip to content

router: apply metadata from path/route operator #1599

@jknack

Description

@jknack
path("/pets", () -> {

     get("/", ctx -> {...});

     post("/", ctx -> {...});

}).produces(json);

We apply metadata once and all direct inner routes are updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions