feat : API - 링크 오류 및 BearerAuth 인증 오류 수정

This commit is contained in:
2025-07-24 09:20:39 +09:00
parent 4ac6c0a49e
commit 97b7cd4e07
4 changed files with 37 additions and 14 deletions

View File

@@ -16,5 +16,19 @@
* url=L5_SWAGGER_CONST_HOST,
* description=L5_SWAGGER_CONST_NAME
* )
*
* @OA\SecurityScheme(
* securityScheme="ApiKeyAuth",
* type="apiKey",
* in="header",
* name="X-API-KEY"
* )
* @OA\SecurityScheme(
* securityScheme="BearerAuth",
* type="http",
* scheme="bearer",
* bearerFormat="JWT"
* )
*
*/
class SAMInfo {}