From 2e57e5a868d33ff6c51cc83c6d1a7338ce7248e5 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 31 Dec 2025 11:59:01 +0530 Subject: [PATCH] fix: url. --- .../Platform/Modules/Console/Http/Redirects/Auth/Get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Console/Http/Redirects/Auth/Get.php b/src/Appwrite/Platform/Modules/Console/Http/Redirects/Auth/Get.php index 9bce88ef92..f88486d6bb 100644 --- a/src/Appwrite/Platform/Modules/Console/Http/Redirects/Auth/Get.php +++ b/src/Appwrite/Platform/Modules/Console/Http/Redirects/Auth/Get.php @@ -13,6 +13,6 @@ class Get extends Base protected function getPath(): string { - return 'auth/*'; + return '/auth/*'; } }