diff --git a/src/Appwrite/Platform/Modules/Avatars/Http/Action.php b/src/Appwrite/Platform/Modules/Avatars/Http/Action.php index 6c1c8c8b1a..1ff2f8f706 100644 --- a/src/Appwrite/Platform/Modules/Avatars/Http/Action.php +++ b/src/Appwrite/Platform/Modules/Avatars/Http/Action.php @@ -18,7 +18,7 @@ class Action extends PlatformAction { protected function getAppRoot(): string { - return \dirname(__DIR__, 7); + return \dirname(__DIR__, 6); } protected function avatarCallback(string $type, string $code, int $width, int $height, int $quality, Response $response): void