Add subdomain param in functions and tests

This commit is contained in:
Khushboo Verma
2024-11-07 21:55:41 +05:30
parent a031b54feb
commit b88cd8e544
5 changed files with 214 additions and 6 deletions
+13
View File
@@ -173,6 +173,19 @@ return [
'optional' => false,
'icon' => '',
],
'sites' => [
'key' => 'sites',
'name' => 'Sites',
'subtitle' => 'The Sites Service allows you view, create and manage your Cloud Sites.',
'description' => '/docs/services/sites.md',
'controller' => 'api/sites.php',
'sdk' => true,
'docs' => true,
'docsUrl' => 'https://appwrite.io/docs/sites',
'tests' => false,
'optional' => true,
'icon' => '', // TODO: Update icon later
],
'functions' => [
'key' => 'functions',
'name' => 'Functions',