Skip to content

Commit

Permalink
feat: login mock-api
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavogularte committed Jul 24, 2024
1 parent 4742196 commit e379066
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"login": [
{
"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijc3OTFkZmMwLWY3YzEtNDAyMy05ZDUxLTFlYTQ3OWQ2ZjgyYiIsIm5hbWUiOiJqb2huZG9lQGV4YW1wbGUuY29tIiwiZW1haWwiOiJqb2huZG9lQGV4YW1wbGUuY29tIiwiZXhwIjoxNzIxODI4MDA3fQ.Agk6Yz2E6TpoqI6mVYeClKx1zOxSsp TyIhtJEvFvG-E"
}
],
"user": [
{
"id": "1",
Expand Down

0 comments on commit e379066

Please sign in to comment.