INIT
This commit is contained in:
5
src/api/auth.js
Normal file
5
src/api/auth.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { postRequest } from "./_setup";
|
||||
|
||||
export function postLoginGoogle(body) {
|
||||
return postRequest(`/auth/login`, body);
|
||||
}
|
||||
Reference in New Issue
Block a user