LeoColman
fun register(app: Javalin) { app.routes { path("/privacy") { get(privacyController::get) } } }