fix : 내정보 확인 API에 쿼리 정보 기능 추가
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user