diff --git a/src/Application.kt b/src/Application.kt index f90590e..1e7cf8d 100644 --- a/src/Application.kt +++ b/src/Application.kt @@ -61,6 +61,7 @@ fun Application.module(testing: Boolean = false) { } part.dispose() } + call.respond("1") } } } \ No newline at end of file