haddocks tweak
This commit is contained in:
parent
e7a0d70780
commit
c0b7c65de2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue