Skip to content

Commit

Permalink
Add api/v1 prefix to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 7, 2025
1 parent a1ccbba commit c952649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Wst/Server/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import SmartTokens.Types.ProtocolParams (ProgrammableLogicGlobalParams)
import Wst.JSON.Utils qualified as JSON
import Wst.Offchain.Query (UTxODat (..))

type APIInEra = API C.ConwayEra
type APIInEra = "api" >: "v1" :> API C.ConwayEra

newtype TextEnvelopeJSON a = TextEnvelopeJSON{ unTextEnvelopeJSON :: a }

Expand Down

0 comments on commit c952649

Please sign in to comment.