first commit
This commit is contained in:
7
services/apis/auth.api.ts
Normal file
7
services/apis/auth.api.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import callAPI from "@/core/caller";
|
||||
|
||||
export async function applicantLogin(nationalCode: string) {
|
||||
return await callAPI
|
||||
.post(`/auth/applicant/login`, nationalCode)
|
||||
.then((res) => res.data);
|
||||
}
|
||||
Reference in New Issue
Block a user