Skip to content

Add ability to pass array of paths #32

@panthershark

Description

@panthershark

Add ability to send an array of paths that match for the same route/handler.

"post": {
  "method": "GET",
  "name": "post",
  "path": [ 
    "/post/:title",
    "/blog-post/:title",
    "/blog/post/:title"
  ],
  "description": "Blog post",
  "handler": "blogpost",
  "params": {},
  "enabled": true
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions