feature #8: create Vote Article route

This commit is contained in:
2019-08-30 13:24:37 +02:00
parent 7a8f8d3d6a
commit 1b8a02c2b3
6 changed files with 115 additions and 0 deletions

View File

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