feat(user): delete GetMe endpoint

This commit is contained in:
Vyacheslav1557 2025-02-25 20:05:22 +05:00
parent b7ea2e6cc7
commit c1b7fd7a2d

View file

@ -105,18 +105,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ListUsersResponse'
/users/me:
get:
operationId: GetMe
security:
- bearerAuth: [ ]
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/GetUserResponse'
/users/{id}:
get:
operationId: GetUser