fix link
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user