Merge pull request #11043 from appwrite/fix-include-services

This commit is contained in:
Chirag Aggarwal 2025-12-30 14:09:19 +05:30 committed by GitHub
commit 57e218266f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',