file upload update

This commit is contained in:
smanylov
2025-12-24 21:36:59 +07:00
parent fe77b4ad36
commit 87b8d68f41
9 changed files with 156 additions and 74 deletions
-2
View File
@@ -78,8 +78,6 @@ export const loginFormSchema = z
export const localDevelopmentUrl = 'http://localhost';
export type FileExtension = 'jpg' | 'jpeg' | 'png' | 'gif' | 'bmp';
export const testUserData = {
fullName: 'test',
email: 'test@mail.com',