apply Routes
fun <T : Any> Javalin.applyRoutes(serviceManager: KVServiceManager<T>, roles: Set<Role> = setOf())
Content copied to clipboard
A function to generate routes based on definitions from the service manager.
A function to generate routes based on definitions from the service manager.