Add OpenAPI route and server

This commit is contained in:
2020-02-04 16:45:54 +01:00
parent 77658c5f6b
commit 42a41da066
6 changed files with 51 additions and 0 deletions

View File

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