Fix: 에러 수정
This commit is contained in:
parent
8469baef61
commit
9900eb5a3f
@ -3,7 +3,7 @@ import { MemberSearchResponse } from '@/types';
|
||||
|
||||
export async function searchMembersByEmail(keyword: string) {
|
||||
return api
|
||||
.get<MemberSearchResponse[]>(`/api/members`, {
|
||||
.get<MemberSearchResponse[]>(`/members`, {
|
||||
params: { keyword },
|
||||
withCredentials: true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user