initial commit
This commit is contained in:
parent
85ef73b2ba
commit
90a9426b7d
221 changed files with 7611 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"accessToken": "login-access",
|
||||
"refreshToken": "login-refresh"
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"id": "1",
|
||||
"title": "title_1",
|
||||
"says": "says_1",
|
||||
"image": "img_1"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "title_2",
|
||||
"says": "says_2"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"id": "1",
|
||||
"title": "title_1",
|
||||
"says": "says_1",
|
||||
"image": "img_1"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "title_2",
|
||||
"says": "says_2",
|
||||
"image": "img_2"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "title_3",
|
||||
"says": "says_3",
|
||||
"image": "img_3"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"accessToken": "refreshed-access",
|
||||
"refreshToken": "refreshed-refresh"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue