debug
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
2026-03-21 17:51:02 -05:00
parent 4fe23699c8
commit cda10dfaa4

View File

@@ -10,6 +10,7 @@ const API_URL: string = "/auth";
export const register = async (user: RegisterDto) => {
try {
console.log(user);
const response = await api.post(`${API_URL}/register`, user);
// TODO: if valid