Skip to content

Commit 79fcd40

Browse files
authored
Update services.ts
Remove storage service as object storage is auth locked and secure. We will assume its online unless CFX tells us otherwise
1 parent 881b4c0 commit 79fcd40

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/data/services.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,6 @@ export const serviceCategories: ServiceCategory[] = [
202202
description: "crash-ingress.fivem.net — crash reporting",
203203
acceptRange: true,
204204
},
205-
{
206-
id: "storage",
207-
name: "Storage",
208-
url: "https://storage.fivem.net",
209-
description: "storage.fivem.net — object storage",
210-
acceptRange: true,
211-
},
212205
],
213206
},
214207
];

0 commit comments

Comments
 (0)