Skip to content

Dont work #94

Description

@TollyabTech

https://github.com/pillarjs/path-to-regexp?tab=readme-ov-file#unexpected--or-

In past releases, ?, *, and + were used to denote optional or repeating parameters. As an alternative, try these:

For optional (?), use braces: /file{.:ext}.
For one or more (+), use a wildcard: /*path.
For zero or more (*), use both: /files{/*path}.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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