feature #9: Create route for register

This commit is contained in:
2019-08-24 02:03:29 +02:00
parent 29463e310e
commit f887b99536
6 changed files with 59 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ fun Application.module() {
// trace { application.log.trace(it.buildText()) }
authenticate(optional = true) {
article(get())
auth(get())
auth(get(), get())
citizen(get())
constitution(get())
followArticle(get())