Renamed /src to /frontend
This commit is contained in:
8
frontend/constants.js
Normal file
8
frontend/constants.js
Normal file
@ -0,0 +1,8 @@
|
||||
let constants;
|
||||
|
||||
constants = {
|
||||
API_USER_AGENT: `Atlas`,
|
||||
API_BASE_URL: '/api',
|
||||
};
|
||||
|
||||
export default constants;
|
Reference in New Issue
Block a user