Skip to content

Commit

Permalink
get rid of errors in json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dcrammer777 committed Nov 15, 2023
1 parent 48a3923 commit c0f6910
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 @@ -37,7 +37,7 @@ Register a new user.

#### Request

```json
```js
{
"email": "example@mail.com", // required
"password": "password123", // optional, if not provided, a random password will be generated
Expand All @@ -61,7 +61,7 @@ Authenticates a user via username/password and returns a JWT.

#### Request

```json
```js
{
"email": "example@mail.com", // required
"password": "password123", // required
Expand Down

0 comments on commit c0f6910

Please sign in to comment.