diff --git a/Foundation.hs b/Foundation.hs index 418e266..43f942b 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -173,6 +173,7 @@ instance Yesod App where isAuthorized (ApiTxtScoreR _) _ = return Authorized isAuthorized (ChallengeParamGraphDataR _ _ _) _ = return Authorized + isAuthorized (IndicatorGraphDataR _) _ = return Authorized -- Default to Authorized for now. isAuthorized _ _ = isTrustedAuthorized