Skip to content

Commit 8168dbf

Browse files
committed
update readme with Authorization Bearer scheme
1 parent f214d9b commit 8168dbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ Following are the features of this project:
258258
Host: localhost:3000
259259
x-api-key: GCMUDiuY5a7WvyUNt9n3QztToSHzK7Uj
260260
Content-Type: application/json
261-
x-access-token: your_token_received_from_signup_or_login
262-
x-user-id: your_user_id
261+
Authorization: Bearer <your_token_received_from_signup_or_login>
263262
```
264263
* Response Body: 200
265264
```json

0 commit comments

Comments
 (0)