обновление лаунчера + упущенная картинка на лендинг

This commit is contained in:
2026-05-16 22:47:33 +04:00
parent 34c7e64200
commit d72650bbdc
16 changed files with 29381 additions and 8 deletions
+7
View File
@@ -16,6 +16,13 @@ use OpenApi\Attributes as OA;
bearerFormat: 'JWT',
description: 'Токен, полученный через POST /api/launcher/login',
)]
#[OA\SecurityScheme(
securityScheme: 'launcherAuth',
type: 'apiKey',
name: 'Auth',
in: 'header',
description: 'Сервисный ключ из LAUNCHER_AUTH_KEY для запросов лаунчера к служебным endpoint-ам.',
)]
abstract class Controller
{
//