| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 16 | #[Route(defaults: ['_routeScope' => ['storefront']])] |
||
| 17 | #[Package('storefront')] |
||
| 18 | final class AppController |
||
| 19 | { |
||
| 20 | public function __construct(private readonly AppJWTGenerateRoute $appJWTGenerateRoute) |
||
| 21 | { |
||
| 22 | } |
||
| 23 | |||
| 24 | #[Route(path: '/app-system/{name}/generate-token', name: 'frontend.app-system.generate-token', defaults: ['_noStore' => true], methods: ['POST'])] |
||
| 31 | } |
||
| 32 | } |
||
| 34 |