Ugh. Add missing isAuthorized clause for the new keybase.txt route
This commit is contained in:
parent
8931868986
commit
b89e3a67e2
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ instance Yesod App where
|
|||
isAuthorized (AuthR _) _ = return Authorized
|
||||
isAuthorized HomeR _ = return Authorized
|
||||
isAuthorized FaviconR _ = return Authorized
|
||||
isAuthorized KeybaseR _ = return Authorized
|
||||
isAuthorized RobotsR _ = return Authorized
|
||||
isAuthorized (StaticR _) _ = return Authorized
|
||||
|
||||
|
|
Loading…
Reference in a new issue