обновление лаунчера + упущенная картинка на лендинг
This commit is contained in:
@@ -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
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user