Complete project cleanup: remove unneeded files, organize static assets, update .gitignore
This commit is contained in:
@@ -17,20 +17,20 @@ settings {
|
||||
|
||||
docs {
|
||||
## Get User Profile
|
||||
|
||||
|
||||
Retrieves the authenticated user's profile.
|
||||
|
||||
|
||||
**Method:** GET
|
||||
|
||||
|
||||
**Endpoint:** /api/auth/profile
|
||||
|
||||
|
||||
**Authentication:** Required
|
||||
|
||||
|
||||
**Response:**
|
||||
- `id` (string): User ID
|
||||
- `email` (string): Email
|
||||
- `username` (string): Username
|
||||
|
||||
|
||||
**Status Codes:**
|
||||
- 200: Success
|
||||
- 401: Unauthorized
|
||||
|
||||
Reference in New Issue
Block a user