Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmchugh111 authored Aug 26, 2024
1 parent 84825bc commit 8c57f52
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,7 @@ This is the backend API repository for TurLink. TurLink is a link shortener app
"type": "user",
"attributes": {
"email": "[email protected]",
"links": [
{
"id": 1,
"original": "testlink.com",
"short": "tur.link/4a7c204baeacaf2c",
"user_id": 1,
"created_at": "2024-08-23T15:51:38.866Z",
"updated_at": "2024-08-23T15:51:38.866Z"
},
{
"id": 2,
"original": "testlink.com",
"short": "tur.link/67c758fc",
"user_id": 1,
"created_at": "2024-08-23T15:53:08.573Z",
"updated_at": "2024-08-23T15:53:08.573Z"
},
]
"links": []
}
}
}
Expand Down Expand Up @@ -92,7 +75,25 @@ This is the backend API repository for TurLink. TurLink is a link shortener app
"id": "1",
"type": "user",
"attributes": {
"email": "[email protected]"
"email": "[email protected]",
"links": [
{
"id": 1,
"original": "testlink.com",
"short": "tur.link/4a7c204baeacaf2c",
"user_id": 1,
"created_at": "2024-08-23T15:51:38.866Z",
"updated_at": "2024-08-23T15:51:38.866Z"
},
{
"id": 2,
"original": "testlink.com",
"short": "tur.link/67c758fc",
"user_id": 1,
"created_at": "2024-08-23T15:53:08.573Z",
"updated_at": "2024-08-23T15:53:08.573Z"
},
]
}
}
}
Expand Down Expand Up @@ -220,4 +221,4 @@ This is the backend API repository for TurLink. TurLink is a link shortener app
}
]
}
```
```

0 comments on commit 8c57f52

Please sign in to comment.