mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/databases.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
c315240bce
commit
6b884150cd
@@ -2915,7 +2915,7 @@ App::get('/v1/databases/:databaseId/slow-queries')
|
||||
]), Response::MODEL_DOCUMENT_LIST);
|
||||
});
|
||||
|
||||
App::get('/v1/databases/slow-queries/:documentId')
|
||||
App::get('/v1/databases/:databaseId/slow-queries/:documentId')
|
||||
->desc('Get Slow Query Document')
|
||||
->groups(['api', 'database'])
|
||||
->label('docs', false)
|
||||
|
||||
Reference in New Issue
Block a user