Skip to content

weirdness with nested route index match #1

@mla

Description

@mla

Why does this:

$r->with(admin => '/admin', 'Admin')
  ->add(index => '/', '#index')

Not match for /admin/
But this:

$r->with(admin => '/admin', 'Admin')
  ->add(index => '', '#index')

Matches both /admin and /admin/

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