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/*'; } }