Skip to content

Commit 881b4c0

Browse files
authored
Update services.ts
1 parent 1d9d5ab commit 881b4c0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/data/services.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ export const serviceCategories: ServiceCategory[] = [
9797
url: "https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/",
9898
description: "runtime.fivem.net — Linux builds",
9999
},
100+
{
101+
id: "blacklist-nui",
102+
name: "NUI Blacklist",
103+
url: "https://runtime.fivem.net/nui-blacklist.json",
104+
description: "NUI Blacklist Policy",
105+
acceptRange: true,
106+
},
100107
{
101108
id: "changelogs",
102109
name: "Changelogs",
@@ -159,13 +166,6 @@ export const serviceCategories: ServiceCategory[] = [
159166
description: "lambda.fivem.net — validation endpoint",
160167
acceptRange: true,
161168
},
162-
{
163-
id: "blacklist-nui",
164-
name: "NUI Blacklist",
165-
url: "https://runtime.fivem.net/nui-blacklist.json",
166-
description: "NUI Blacklist Policy",
167-
acceptRange: true,
168-
},
169169
{
170170
id: "idms",
171171
name: "IDMS",

0 commit comments

Comments
 (0)