Echo-ai commited on
Commit
223bc79
·
verified ·
1 Parent(s): 06c52c2

Update data/gangs.json

Browse files
Files changed (1) hide show
  1. data/gangs.json +0 -36
data/gangs.json CHANGED
@@ -1,36 +0,0 @@
1
- {
2
- "gangs": [
3
- {
4
- "id": 1,
5
- "created_at": "2024-12-26T16:40:20.627808",
6
- "name": "test",
7
- "description": "This is just an test",
8
- "known_members": [
9
- "50"
10
- ],
11
- "territory": [
12
- "Amabala"
13
- ],
14
- "known_activities": [
15
- "Killing "
16
- ],
17
- "image_url": "https://i.ytimg.com/vi/lXPUiXLHrPQ/sddefault.jpg"
18
- },
19
- {
20
- "id": 2,
21
- "created_at": "2024-12-26T16:41:21.812602",
22
- "name": "test",
23
- "description": "This is just an test",
24
- "known_members": [
25
- "50"
26
- ],
27
- "territory": [
28
- "Amabala"
29
- ],
30
- "known_activities": [
31
- "Killing "
32
- ],
33
- "image_url": "https://i.ytimg.com/vi/lXPUiXLHrPQ/sddefault.jpg"
34
- }
35
- ]
36
- }