diff options
Diffstat (limited to 'src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt')
-rw-r--r-- | src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt b/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt index 961bf176..c6487494 100644 --- a/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt +++ b/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt @@ -127,7 +127,7 @@ actual open class ServiceManager<out T> actual constructor(service: T) { * Applies all defined routes to the given server. * Not used on the js platform. */ - actual fun applyRoutes(k: JoobyServer) { + actual fun applyRoutes(k: KVServer) { } /** |