Skip to content

Commit 9070b38

Browse files
JerickJerick
authored andcommitted
added chat bot to list of app types
1 parent 833841a commit 9070b38

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

server/data/apps-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"blockchain",
4141
"podcaster wallet",
4242
"open source",
43-
"other"
43+
"other",
44+
"chat bot"
4445
]
4546
}
4647
},

server/data/apps.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
{
33
"appName": "Audicy",
44
"appType": [
5-
"podcast player"
5+
"podcast player",
6+
"other",
7+
"chat bot"
68
],
79
"appUrl": "https://audicy.xyz",
810
"appIconUrl": "audicylogo.png",

0 commit comments

Comments
 (0)