mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #11043 from appwrite/fix-include-services
This commit is contained in:
commit
57e218266f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ return [
|
|||
'name' => 'Storage',
|
||||
'subtitle' => 'The Storage service allows you to manage your project files.',
|
||||
'description' => '/docs/services/storage.md',
|
||||
'controller' => 'api/storage.php',
|
||||
'controller' => '',
|
||||
'sdk' => true,
|
||||
'docs' => true,
|
||||
'docsUrl' => 'https://appwrite.io/docs/client/storage',
|
||||
|
|
|
|||
Loading…
Reference in a new issue