Skip to content

No explicit execution order of routes #123

Description

@trevorbernard
(defpage "/admin/instances/new" []
  ...
  )

(defpage "/admin/instances/:id" {:keys [id]}
  ...
  )

I would like the /admin/instances/new route be evaluated first then evaluate /admin/instances/:id but it always evaluates the latter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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