diff --git a/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php b/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php index e22c59f286..dc13e717f0 100644 --- a/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php +++ b/src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php @@ -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')