[upload] fixes to return type of ethercalc

parent d0748835
Pipeline #4021 failed with stage
in 27 minutes and 1 second
...@@ -52,11 +52,11 @@ type EthercalcAPI = ...@@ -52,11 +52,11 @@ type EthercalcAPI =
-- csv -- csv
:<|> :<|>
ReqBody '[CSV] Data ReqBody '[CSV] Data
:> Post '[CSV] Text :> Post '[PlainText, CSV] Text
:<|> :<|>
Capture "docId" DocId Capture "docId" DocId
:> ReqBody '[CSV] Data :> ReqBody '[CSV] Data
:> Put '[CSV] Text :> Put '[PlainText, CSV] Text
) )
ethercalcAPI :: Proxy EthercalcAPI ethercalcAPI :: Proxy EthercalcAPI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment