try fix upload for server
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user