All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.infobip.kafkistry.webapp.url.AutopilotUrls.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.infobip.kafkistry.webapp.url

class AutopilotUrls(base: String) : BaseUrls() {

    companion object {
        const val AUTOPILOT = "/autopilot"

    }

    private val showAutopilotPage = Url(base)

    fun showAutopilotPage() = showAutopilotPage.render()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy