Hamza
fun main(args: Array<String>) { embeddedServer(Netty, 8080, module = Application::module).start(true) }