fix tab warning
This commit is contained in:
parent
50a1c86f5f
commit
ac73b825f0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import qualified Data.Text as T
|
|||
import qualified Data.Text.IO as T
|
||||
|
||||
type HackageAPI =
|
||||
"users" :> Get '[JSON] [UserSummary]
|
||||
"users" :> Get '[JSON] [UserSummary]
|
||||
:<|> "user" :> Capture "username" Username :> Get '[JSON] UserDetailed
|
||||
:<|> "packages" :> Get '[JSON] [Package]
|
||||
|
||||
|
|
Loading…
Reference in a new issue