fix: fix typo in team search url (#3923)
fix: fix typo in team search endpoint url Co-authored-by: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
parent
dd65ad3103
commit
89d9951f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ export class TeamSearchService extends Service {
|
|||
this.endpoint
|
||||
}/team-collection/search/${teamID}?searchQuery=${encodeURIComponent(
|
||||
query
|
||||
)}}`,
|
||||
)}`,
|
||||
{
|
||||
withCredentials: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue