Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Allow multiple HTTP verbs in single route definition #1

Description

@oubiwann

E.g., it should be possible to do this:

(defroutes
  ...
  ('(GET POST) "/logout"
    (my-auth-mod:logout arg-data))
  ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions