This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
package com.kmalbz
 | 
					package com.kmalbz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.kmalbz.api.route.OutputServiceRDBServer
 | 
					import com.kmalbz.api.route.SampleServiceServer
 | 
				
			||||||
import io.ktor.application.*
 | 
					import io.ktor.application.*
 | 
				
			||||||
import io.ktor.response.*
 | 
					import io.ktor.response.*
 | 
				
			||||||
import io.ktor.routing.*
 | 
					import io.ktor.routing.*
 | 
				
			||||||
@@ -46,7 +46,7 @@ fun Application.module() {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        OutputServiceRDBServer().apply {
 | 
					        SampleServiceServer().apply {
 | 
				
			||||||
            registerOutput()
 | 
					            registerOutput()
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@ import java.time.format.DateTimeFormatter
 | 
				
			|||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * This is the sample interface of the Birbnetes system.
 | 
					 * This is the sample interface of the Birbnetes system.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class OutputServiceRDBServer {
 | 
					class SampleServiceServer {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * sample
 | 
					     * sample
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
		Reference in New Issue
	
	Block a user