Restore example application port to 9000

This commit is contained in:
Michael Bull 2018-11-01 19:07:24 +00:00
parent 63da9642fb
commit 8bcfaac337
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ktor { ktor {
deployment { deployment {
port = 9090 port = 9000
} }
application { application {