feature #8: create Vote Constitution route

This commit is contained in:
2019-08-30 15:51:55 +02:00
parent 96362bbb66
commit f5bff403f0
4 changed files with 68 additions and 2 deletions

View File

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