first commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
const baseUrl = process.env.NODE_ENV === "production"
|
||||
? 'https://disin-react.envytheme.com'
|
||||
: 'http://localhost:3000';
|
||||
|
||||
export default baseUrl;
|
||||
Reference in New Issue
Block a user