first commit

This commit is contained in:
2023-01-23 20:44:12 -05:00
commit 61da605aa9
179 changed files with 30272 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const baseUrl = process.env.NODE_ENV === "production"
? 'https://disin-react.envytheme.com'
: 'http://localhost:3000';
export default baseUrl;