()
| 341 | 'minigames/conditionals': go('minigames/ConditionalMinigameView'), |
| 342 | |
| 343 | 'mobile' () { |
| 344 | return this.routeDirectly('views/landing-pages/mobile/PageMobileView', [], { vueRoute: true, baseTemplate: 'base-empty' }) |
| 345 | }, |
| 346 | |
| 347 | 'sign-up/promotion/:role' (role) { |
| 348 | return this.routeDirectly('ozaria/site/components/sign-up/PageIndividualSignup', [], { |
nothing calls this directly
no test coverage detected