Add security for follow

This commit is contained in:
2019-08-31 00:14:05 +02:00
parent 52dfaaf814
commit cb91c50e58
8 changed files with 75 additions and 21 deletions

View File

@@ -109,7 +109,8 @@ fun Application.module(env: Env = PROD) {
ConstitutionVoter(),
CitizenVoter(),
CommentVoter(),
VoteVoter()
VoteVoter(),
FollowVoter()
)
}