Can vote on Comment

This commit is contained in:
2019-10-06 23:50:42 +02:00
parent 646c199292
commit d90d3117d5
6 changed files with 96 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ fun Application.module(env: Env = PROD) {
comment(get())
commentArticle(get())
commentConstitution(get())
voteArticle(get())
voteArticle(get(), get(), get())
voteConstitution(get())
}
}