Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjinmyeong authored Nov 10, 2024
1 parent 4e25a3e commit c2f4f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ The following endpoints are available:
- **Endpoint**: `/admin`
- **Method**: `GET`
- **Description**: Grants access to users with the `MASTER` role.
- **Authorization**: Requires `MASTER` role.
- **Authorization**: Requires a Bearer Token with the `MASTER` role.

- **User Only Access**
- **Endpoint**: `/user`
- **Method**: `GET`
- **Description**: Grants access to users with the `USER` role.
- **Authorization**: Requires `USER` role.
- **Authorization**: Requires a Bearer Token with the `USER` role.

## Setup Instructions

Expand Down

0 comments on commit c2f4f76

Please sign in to comment.