feat : api 접속로그 laravel.log 파일로 저장 기능 추가

This commit is contained in:
2025-07-24 11:49:01 +09:00
parent 939a79ffa3
commit b7bf5a1cdd

View File

@@ -176,16 +176,7 @@ public function show(Request $request, $userNo)
* @OA\Get(
* path="/api/v1/member/me",
* summary="내 정보 조회",
* description="
**[인증 안내]**
이 API는 인증을 위해 `X-API-KEY`와 `Authorization: Bearer {token}` 두 가지 헤더를 모두 함께 보내주셔야 합니다.
- `X-API-KEY`: API 키 (필수)
- `Authorization: Bearer {token}`: 사용자 인증 토큰 (필수)
두 헤더 모두 올바르게 전달되면,
현재 로그인한 회원 및 소속 회사 정보를 반환합니다.
",
* description="내정보와 테넌트 정보를 전달 합니다.",
* tags={"Member"},
* security={
* {"ApiKeyAuth":{}},