This commit is contained in:
Orion Kindel
2024-12-01 17:12:15 -06:00
parent 3c4f732f2c
commit fcf5709823
3 changed files with 93 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ import Axon.Request (Request)
import Axon.Request as Request
import Axon.Request.Method (Method(..))
import Axon.Request.Parts.Class (Json(..), Patch(..), Path(..), Post(..), extractRequestParts)
import Axon.Request.Parts.Path (type (...), type (/), IgnoreRest)
import Axon.Request.Parts.Path (type (/), IgnoreRest)
import Control.Monad.Error.Class (liftEither, liftMaybe)
import Data.Bifunctor (lmap)
import Data.Either (Either(..))