mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-11 18:26:12 +00:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
import config from '../config';
|
|
|
|
export const API_URL = config.API_URL;
|
|
|
|
// Il resto del file rimane invariato
|