mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix: url.
This commit is contained in:
parent
69ce99d1b4
commit
2e57e5a868
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ class Get extends Base
|
|||
|
||||
protected function getPath(): string
|
||||
{
|
||||
return 'auth/*';
|
||||
return '/auth/*';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue