launcher api
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use OpenApi\Attributes as OA;
|
||||
|
||||
#[OA\Info(
|
||||
version: '1.0.0',
|
||||
title: 'Moonwell Launcher API',
|
||||
description: 'API для лаунчера WoW-клиента Moonwell. Авторизация, получение манифеста файлов и скачивание обновлений.',
|
||||
)]
|
||||
#[OA\SecurityScheme(
|
||||
securityScheme: 'bearerAuth',
|
||||
type: 'http',
|
||||
scheme: 'bearer',
|
||||
bearerFormat: 'JWT',
|
||||
description: 'Токен, полученный через POST /api/launcher/login',
|
||||
)]
|
||||
abstract class Controller
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user