re init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
BASE_URL: "https://udohaiku.com/api"
|
||||
};
|
||||
|
||||
let setPath = () => {
|
||||
console.log("-----------------------------");
|
||||
console.log(`PRODUCTION: ${environment.production}`);
|
||||
console.log(`BASE URL IS: ${environment.BASE_URL}`);
|
||||
console.log("-----------------------------");
|
||||
};
|
||||
setPath();
|
||||
Reference in New Issue
Block a user