try fix upload for server

This commit is contained in:
smanylov
2025-12-26 17:56:57 +07:00
parent 164e2568b9
commit 2209bfa48c
9 changed files with 73 additions and 68 deletions
+4
View File
@@ -78,6 +78,10 @@ export const loginFormSchema = z
export const localDevelopmentUrl = 'http://localhost';
export const API_BASE_URL = process.env.NODE_ENV === 'development'
? localDevelopmentUrl
: 'http://app:8080';
export const testUserData = {
fullName: 'test',
email: 'test@mail.com',