huridocs/uwazi

View on GitHub
app/react/config.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const APIURL = process.env.API_URL || '/api/';
export default { APIURL };
export { APIURL };