mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update Get.php
This commit is contained in:
parent
3b0d760065
commit
0106dc7803
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Get extends Action
|
|||
{
|
||||
$this
|
||||
->setHttpMethod(Action::HTTP_REQUEST_METHOD_GET)
|
||||
->setHttpPath('v1/console/resources')
|
||||
->setHttpPath('/v1/console/resources')
|
||||
->desc('Check resource ID availability')
|
||||
->groups(['api', 'projects'])
|
||||
->label('scope', 'rules.read')
|
||||
|
|
|
|||
Loading…
Reference in a new issue