feature #8: Add security for Vote Article

This commit is contained in:
2019-08-30 14:34:24 +02:00
parent 3e21884b38
commit d1999d84ca
5 changed files with 77 additions and 13 deletions

View File

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