Add items crud to api
This commit is contained in:
@@ -11,7 +11,6 @@ export const register = async (user: RegisterDto) => {
|
||||
|
||||
try {
|
||||
console.log(user);
|
||||
const response = await api.post(`${API_URL}/register`, user);
|
||||
|
||||
// TODO: if valid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user