fix: url.

This commit is contained in:
Darshan 2025-12-31 11:59:01 +05:30
parent 69ce99d1b4
commit 2e57e5a868

View file

@ -13,6 +13,6 @@ class Get extends Base
protected function getPath(): string
{
return 'auth/*';
return '/auth/*';
}
}