Files
sam-api/app/Http/Middleware
hskwon 63ab79b910 fix: ApiKeyMiddleware null route 오류 수정
- request->route()가 null일 때 발생하는 오류 수정
- null-safe 연산자(?->) 및 null coalescing 연산자(??) 사용
- Line 122: route()->uri() → route()?->uri() ?? path()
2025-11-14 14:51:10 +09:00
..