← Back to Kairo Docs|API Reference (Dokka)

HasRouting

interface HasRouting

Implement this interface on Features that define REST endpoints. The routing function is called during Ktor server setup to register routes.

Functions

Link copied to clipboard
abstract fun Application.routing()