From dcc926402d3648189ca16164f96c71c65f4218e1 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 7 Jan 2026 19:42:50 +0530 Subject: [PATCH] fix: path error. --- src/Appwrite/Platform/Modules/Avatars/Http/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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