Add items crud to api

This commit is contained in:
2026-03-21 20:20:02 -05:00
parent cda10dfaa4
commit a9b4d136d5
12 changed files with 461 additions and 70 deletions

View File

@@ -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