Merge pull request #588 from diekmann/patch-2
Fixed typo: s/real/realm/
This commit is contained in:
commit
3d7a63e496
1 changed files with 2 additions and 2 deletions
|
@ -319,8 +319,8 @@ Which is used like so:
|
|||
|
||||
``` haskell
|
||||
type ProtectedAPI12
|
||||
= UserAPI -- this is public
|
||||
:<|> BasicAuth "my-real" User :> UserAPI2 -- this is protected by auth
|
||||
= UserAPI -- this is public
|
||||
:<|> BasicAuth "my-realm" User :> UserAPI2 -- this is protected by auth
|
||||
```
|
||||
|
||||
### Interoperability with `wai`: `Raw`
|
||||
|
|
Loading…
Reference in a new issue