mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 12:57:49 +00:00
Merge branch '1.5.x' of https://github.com/appwrite/website into announcement-messaging
This commit is contained in:
@@ -15,6 +15,7 @@ export enum Service {
|
||||
Avatars = 'avatars',
|
||||
Databases = 'databases',
|
||||
Functions = 'functions',
|
||||
Messaging = 'messaging',
|
||||
Health = 'health',
|
||||
Locale = 'locale',
|
||||
Storage = 'storage',
|
||||
@@ -107,6 +108,7 @@ export const serviceMap: Record<Service, string> = {
|
||||
[Service.Avatars]: 'Avatars',
|
||||
[Service.Databases]: 'Databases',
|
||||
[Service.Functions]: 'Functions',
|
||||
[Service.Messaging]: 'Messaging',
|
||||
[Service.Health]: 'Health',
|
||||
[Service.Locale]: 'Locale',
|
||||
[Service.Storage]: 'Storage',
|
||||
|
||||
Reference in New Issue
Block a user