-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusuarios.json
More file actions
35 lines (35 loc) · 946 Bytes
/
usuarios.json
File metadata and controls
35 lines (35 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"login": "Matheus083",
"senha": "$2y$10$dACWDSVBsM/iPn32eh0SC.olhjkXSlOQTpkWF/DUZebX/.LuBzV7y",
"playlists": [
{
"id": 1,
"nome": "teste01",
"links": [
"https://www.youtube.com/watch?v=ErvgV4P6Fzc&list=RDErvgV4P6Fzc&start_radio=1"
]
},
{
"id": 2,
"nome": "Matheus",
"links": [
"https://www.youtube.com/watch?v=1w7OgIMMRc4"
]
}
]
},
{
"login": "matheus",
"senha": "$2y$10$53ly6UGiesJyAWEJWnA3Xuxr9pyEhwmv.QLO.856sldzOV421ufM.",
"playlists": [
{
"id": 1,
"nome": "teste01",
"links": [
"https://www.youtube.com/watch?v=WM8bTdBs-cw"
]
}
]
}
]