確認用のログを削除
This commit is contained in:
parent
9f8e20230b
commit
3ad0d87814
@ -137,8 +137,6 @@ export class UsersController {
|
||||
@Get()
|
||||
async getUsers(@Req() req: Request): Promise<GetUsersResponse> {
|
||||
const accessToken = retrieveAuthorizationToken(req);
|
||||
console.log(req.ip);
|
||||
console.log(req.headers['x-forwarded-for']);
|
||||
|
||||
if (!accessToken) {
|
||||
throw new HttpException(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user