RouteManager

class RouteManager @Inject constructor(userRouter: UserRouter, planRouter: PlanRouter)

Class responsible for managing the routes in the Ktor server.

Constructors

Link copied to clipboard
@Inject
constructor(userRouter: UserRouter, planRouter: PlanRouter)

Functions

Link copied to clipboard
fun Application.wireRoutes(meterRegistry: PrometheusMeterRegistry)

Wires the routes to the Ktor application.