initial commit

This commit is contained in:
2020-04-04 18:47:24 +02:00
commit 97b5923c1e
22 changed files with 1333 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.kmalbz.ApplicationKt.module ]
}
}