mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge branch 'database-aliases' into response-filters-for-databases
This commit is contained in:
commit
bdfab30fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ return [
|
|||
'name' => 'Databases',
|
||||
'subtitle' => 'The Databases service allows you to create structured collections of documents, query and filter lists of documents',
|
||||
'description' => '/docs/services/databases.md',
|
||||
'controller' => 'api/databases.php',
|
||||
'controller' => '', // Uses modules
|
||||
'sdk' => true,
|
||||
'docs' => true,
|
||||
'docsUrl' => 'https://appwrite.io/docs/client/databases',
|
||||
|
|
|
|||
Loading…
Reference in a new issue