Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Add a full-route key to the request map #1

Closed
wants to merge 2 commits into from

Commits on Apr 27, 2022

  1. Add a full-route key to the request map

    This provides access to the full route that contains the common prefix.
    The full-route info is added to the ':compojure/full-route' key in the
    request map.
    
    Co-authored-by: Liam Chen <[email protected]>
    Co-authored-by: Claire Alvis <[email protected]>
    liamchzh and calvis committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    014fedc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. pass the path through to the context-request function

    This approach is simpler, pass the path down, rather than
    attaching it to the meta.
    liamchzh committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7f0a1f6 View commit details
    Browse the repository at this point in the history