dasdasd
This commit is contained in:
@@ -2,6 +2,6 @@ import callAPI from "@/core/caller";
|
||||
|
||||
export async function applicantLogin(nationalCode: string) {
|
||||
return await callAPI
|
||||
.post(`/auth/applicant/login`, nationalCode)
|
||||
.post(`/auth/applicant/login`,{nationalCode})
|
||||
.then((res) => res.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user