TestPageRouting

class TestPageRouting @Inject constructor(siteService: SiteService, playersService: PlayersService, roomsService: RoomsService, roomsCategoriesService: RoomsCategoriesService) : PageRouting

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(siteService: SiteService, playersService: PlayersService, roomsService: RoomsService, roomsCategoriesService: RoomsCategoriesService)

Properties

Link copied to clipboard
val routing: Routing.() -> Unit

The routing used for the http requests for a html page.