diff --git a/src/Servant/API/Delete.hs b/src/Servant/API/Delete.hs index 404f9cfd..59164412 100644 --- a/src/Servant/API/Delete.hs +++ b/src/Servant/API/Delete.hs @@ -22,8 +22,6 @@ import Servant.Server -- -- > -- DELETE /books/:isbn -- > type MyApi = "books" :> Capture "isbn" Text :> Delete --- --- corresponds to a DELETE HTTP request at @/books/:isbn@. data Delete deriving Typeable