This commit is contained in:
smanylov
2025-12-04 12:53:10 +07:00
parent 3b39c2601d
commit f005a86dae
+1 -1
View File
@@ -4,7 +4,7 @@ import { localDevelopmentUrl } from '@/app/lib/definitions';
const API_BASE_URL = process.env.NODE_ENV === 'development'
? localDevelopmentUrl
: 'http://no_copy_app:8080';
: 'http://app:8080';
const FRUITS_URL = 'https://www.fruityvice.com/api/fruit/';
const ALL = 'all';