fix : 내정보 확인 API에 쿼리 정보 기능 추가

This commit is contained in:
2025-07-28 01:16:59 +09:00
parent b1ec11301f
commit 0065a06da7

View File

@@ -47,6 +47,8 @@ public static function getMember(int $userNo)
*/
public static function getMyInfo()
{
if (app()->environment('local')) $debug = true;
if ($debug) DB::enableQueryLog(); // 쿼리 추적
$apiUser = app('api_user');