Skip to content

Commit

Permalink
correct version endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Sep 19, 2022
1 parent 0aef381 commit dbf4f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Carrier/FossaApiClient/Internal/FossaAPIV1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ vsiDownloadInferences apiOpts scanID = fossaReq $ do
pure $ unVSIExportedInferencesBody body

endpointAppManifest :: Url scheme -> Url scheme
endpointAppManifest baseurl = baseurl /: "rest" /: "applinks" /: "*" /: "manifests"
endpointAppManifest baseurl = baseurl /: "rest" /: "applinks" /: "*" /: "manifest"

newtype AppManifest = AppManifest {endpointAppVersion :: Text} deriving (Show, Eq, Ord)

Expand Down

0 comments on commit dbf4f83

Please sign in to comment.