rename class
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-08-16 15:00:08 +02:00
parent 5b9bb8bb82
commit 430b4b756e
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
package com.kmalbz
import com.kmalbz.api.route.OutputServiceRDBServer
import com.kmalbz.api.route.SampleServiceServer
import io.ktor.application.*
import io.ktor.response.*
import io.ktor.routing.*
@ -46,7 +46,7 @@ fun Application.module() {
}
}
OutputServiceRDBServer().apply {
SampleServiceServer().apply {
registerOutput()
}
}

View File

@ -15,7 +15,7 @@ import java.time.format.DateTimeFormatter
*
* This is the sample interface of the Birbnetes system.
*/
class OutputServiceRDBServer {
class SampleServiceServer {
/**
* sample
*/