We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee0ec9 commit 900d2b1Copy full SHA for 900d2b1
libs/wire-api/src/Wire/API/Routes/Public/Cargohold.hs
@@ -150,17 +150,6 @@ type BaseAPIv3 (tag :: PrincipalTag) =
150
()
151
)
152
153
-type TestAPI =
154
- ( MultiVerb
155
- 'GET
156
- '[JSON]
157
- '[ AssetNotFound,
158
- AssetRedirect,
159
- AssetStreaming
160
- ]
161
- (Maybe LocalOrRemoteAsset)
162
- )
163
-
164
type QualifiedAPI =
165
( Summary "Download an asset"
166
:> Description
0 commit comments