- Cleanup
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { API_ENDPOINTS, requestGet } from './index.js';
|
||||
|
||||
export const getEmailAvailability = (email) => {
|
||||
};
|
||||
|
||||
export const getNomAvailaibility = (nomDeBid) => {
|
||||
};
|
||||
|
||||
export const loginUser = (username, password) => {
|
||||
const path = String(API_ENDPOINTS.LOGIN);
|
||||
return requestPost({
|
||||
path: API_ENDPOINTS.LOGIN,
|
||||
body: { username, password },
|
||||
});
|
||||
};
|
||||
|
||||
export const registerNewUser = (user) => {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user