From 8bcfaac33707fae5165fe645ec5c959c091c6215 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 1 Nov 2018 19:07:24 +0000 Subject: [PATCH] Restore example application port to 9000 --- example/src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/main/resources/application.conf b/example/src/main/resources/application.conf index 0f31835..abb0d68 100644 --- a/example/src/main/resources/application.conf +++ b/example/src/main/resources/application.conf @@ -1,6 +1,6 @@ ktor { deployment { - port = 9090 + port = 9000 } application {