We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fbedf commit e6c9f03Copy full SHA for e6c9f03
controller-runtime/src/main/kotlin/app/simplecloud/controller/runtime/server/ServerService.kt
@@ -27,6 +27,7 @@ class ServerService(
27
28
private val logger = LogManager.getLogger(ServerService::class.java)
29
30
+ @Deprecated("This method will be removed soon. Please use DropletService#registerDroplet")
31
override suspend fun attachServerHost(request: AttachServerHostRequest): ServerHostDefinition {
32
val serverHost = ServerHost.fromDefinition(request.serverHost, authCallCredentials)
33
try {
0 commit comments