Skip to content

can we support paths sharing the same prefix registered on the same method? #42

@Thesephi

Description

@Thesephi

Considering the following example setup:

@Get("/foo")
@Get("/foo/bar")
handleAnything() {
   // logic to handle either `/foo` or `/foo/bar`
}

Expected: should work

Actual: doesn't work (only /foo is registered)

Affected version: 0.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions